This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerProperties.InvalidateCache Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.InvalidateCache Property

Indicates if changes in the properties have made the cache invalid (must be refreshed).

[Visual Basic .NET]
Public Property InvalidateCache As Boolean
[C#]
public bool InvalidateCache {get; set;}
[C++]
HRESULT get_InvalidateCache(
  VARIANT_BOOL* pbInvalidate
);
[C++]
HRESULT put_InvalidateCache(
  VARIANT_BOOL pbInvalidate
);
[C++]

Parameters pbInvalidate [out, retval] pbInvalidate is a parameter of type VARIANT_BOOL pbInvalidate [in] pbInvalidate is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties Interface