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


IGlobe2.DanglingCachesCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobe2 Interface > IGlobe2.DanglingCachesCount Property
ArcGIS Developer Help

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(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type int*

Product Availability

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

See Also

IGlobe2 Interface