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


IGlobeLayerProperties5.CacheIsDangling Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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

IGlobeLayerProperties5 Interface