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


IGlobeLayerProperties5.IsConfigLoaded Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.IsConfigLoaded Property

Indicates if the cache config parameters have been loaded from an existing cache.

[Visual Basic .NET]
Public Property IsConfigLoaded As Boolean
[C#]
public bool IsConfigLoaded {get; set;}
[C++]
HRESULT get_IsConfigLoaded(
  VARIANT_BOOL pbConfigIsLoaded
);
[C++]
HRESULT put_IsConfigLoaded(
  Boolean* pbConfigIsLoaded
);
[C++]

Parameters pbConfigIsLoaded [in]
pbConfigIsLoaded is a parameter of type bool pbConfigIsLoaded [out, retval]
pbConfigIsLoaded is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerProperties5 Interface