This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARMap Interface > IARMap.ARLayerCount Property (ArcObjects .NET 10.4 SDK) |
The number of layer in the map's layer collection.
[Visual Basic .NET] Public ReadOnly Property ARLayerCount As Integer
[C#] public int ARLayerCount {get;}
The ARLayerCount property returns the number of ARLayer's within the ARMap.
This does not include any IARLayer::ChildARLayer objects if IARLayer::IsGroupLayer returns true for an ARLayer.