ArcObjects Library Reference (DefenseSolutions)  

IForceElementRenderer.IsValid Property

Indicates whether the renderer is valid and well behaved.

[Visual Basic .NET]
Public ReadOnly Property IsValid As Boolean
[C#]
public bool IsValid {get;}
[C++]
HRESULT get_IsValid(
  VARIANT_BOOL* pIsValid
);
[C++]

Parameters

pIsValid [out, retval]   pIsValid is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementRenderer Interface