This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.InvalidateCache Property (ArcObjects .NET 10.5 SDK) |
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