ArcObjects Library Reference (DefenseSolutions)  

ICacheRenderer.IsOK Property

Indicates whether the renderer is valid and behaving well.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICacheRenderer Interface