This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.FullCacheOption Property (ArcObjects .NET 10.4 SDK) |
Indicates if the layer should be fully cached.
[Visual Basic .NET] Public Property FullCacheOption As Boolean
[C#] public bool FullCacheOption {get; set;}
[C++]
HRESULT get_FullCacheOption(
VARIANT_BOOL* pbUseFullCache
);
[C++]
HRESULT put_FullCacheOption(
VARIANT_BOOL pbUseFullCache
);
[C++]
Parameters pbUseFullCache [out, retval] pbUseFullCache is a parameter of type VARIANT_BOOL pbUseFullCache [in] pbUseFullCache is a parameter of type VARIANT_BOOL