ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.CacheIsDangling Property

Reports if the cache will be lost if the document is not saved.

[Visual Basic .NET]
Public ReadOnly Property CacheIsDangling As Boolean
[C#]
public bool CacheIsDangling {get;}
[C++]
HRESULT get_CacheIsDangling(
  VARIANT_BOOL* bDangling
);
[C++]

Parameters

bDangling [out, retval]   bDangling is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface