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


IARPageLayout.ARMapCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

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