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


IARPageLayout.ARMapCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.ARMapCount Property
ArcGIS Developer Help

IARPageLayout.ARMapCount Property

The number of maps in the page layout's map collection.

[Visual Basic .NET]
Public ReadOnly Property ARMapCount As Integer
[C#]
public int ARMapCount {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARMapCount property returns the number of ARMap's within the ARPageLayout.

See Also

IARPageLayout Interface