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


IMapControlDefault.LayerCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

IMapControlDefault.LayerCount Property

Number of layers in the Map.

[Visual Basic .NET]
Public ReadOnly Property LayerCount As Integer
[C#]
public int LayerCount {get;}
[C++]
HRESULT get_LayerCount(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Returns the number of layers in the Map that implement IDataLayer. This does not include ICompositeLayer objects.

See Also

IMapControlDefault Interface