ArcObjects Library Reference (Carto)  

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(
  long* 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