ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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

IGlobeLayerProperties5 Interface