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


IGlobeDocument.LayerCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.LayerCount Property
ArcGIS Developer Help

IGlobeDocument.LayerCount Property

The number of Layer objects contained within the globe document.

[Visual Basic .NET]
Public ReadOnly Property LayerCount As Integer
[C#]
public int LayerCount {get;}
[C++]
HRESULT get_LayerCount(
  System.Int32* plLayerCount
);
[C++]
Parameters
plLayerCount [out, retval]

plLayerCount is a parameter of type long*

Product Availability

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

See Also

IGlobeDocument Interface