This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay2 Interface > IGlobeDisplay2.PauseCaching Property (ArcObjects .NET 10.4 SDK) |
Indicates if all caching is paused.
[Visual Basic .NET] Public Property PauseCaching As Boolean
[C#] public bool PauseCaching {get; set;}
[C++]
HRESULT get_PauseCaching(
VARIANT_BOOL* pbPaused
);
[C++]
HRESULT put_PauseCaching(
VARIANT_BOOL pbPaused
);
[C++]
Parameters pbPaused [out, retval] pbPaused is a parameter of type VARIANT_BOOL pbPaused [in] pbPaused is a parameter of type VARIANT_BOOL