ArcObjects Library Reference (GlobeCore)  

IGlobe2.DanglingCachesCount Property

Returns the count of globe caches which are not saved.

[Visual Basic .NET]
Public ReadOnly Property DanglingCachesCount As Integer
[C#]
public int DanglingCachesCount {get;}
[C++]
HRESULT get_DanglingCachesCount(
  Long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type Long

Product Availability

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

See Also

IGlobe2 Interface