ArcObjects Library Reference  (Carto)    

IMapLayers.LayerCount Property

Number of layers in the map.

[Visual Basic 6.0]
Property LayerCount As Long
[Visual Basic .NET]
Public ReadOnly Property LayerCount As Integer
[C#]
public int LayerCount {get;}
[Java]
public  getLayerCount (
    Long Count
)
[C++]
HRESULT get_LayerCount(
  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

IMapLayers Interface

 


Feedback Send feedback on this page