ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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(
  VARIANT_BOOL* pbFullyCached
);
[C++]
HRESULT put_IsFullyCached(
  VARIANT_BOOL pbFullyCached
);
[C++]

Parameters

pbFullyCached [out, retval]   pbFullyCached is a parameter of type VARIANT_BOOL pbFullyCached [in]   pbFullyCached is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface