ArcObjects Library Reference  (Carto)    

IBasicMap2.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 pCount
)
[C++]
HRESULT get_LayerCount(
  long* pCount
);
[C++]

Parameters

pCount [out, retval]

  pCount is a parameter of type long

Product Availability

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

See Also

IBasicMap2 Interface

 


Feedback Send feedback on this page