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


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

IGlobeLayerProperties.IsFullyCached Property

Indicates if the layer is fully cached.

[Visual Basic .NET]
Public Property IsFullyCached As Boolean
[C#]
public bool IsFullyCached {get; set;}
[C++]
HRESULT get_IsFullyCached(
  Boolean* pbFullyCached
);
[C++]
HRESULT put_IsFullyCached(
  VARIANT_BOOL pbFullyCached
);
[C++]
Parameters
pbFullyCached [out, retval]

pbFullyCached is a parameter of type bool* pbFullyCached [in]
pbFullyCached is a parameter of type bool

Product Availability

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

See Also

IGlobeLayerProperties Interface