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


IGlobeLayerProperties4.InvalidateCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.InvalidateCache Property
ArcGIS Developer Help

IGlobeLayerProperties4.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(
  Boolean* pbInvalidate
);
[C++]
Parameters
pbInvalidate [in]

pbInvalidate is a parameter of type bool pbInvalidate [out, retval]
pbInvalidate is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerProperties4 Interface