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


IMapServer2.MapCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer2.MapCount Property

The number of maps (data frames) in the document.

[Visual Basic .NET]
Public ReadOnly Property MapCount As Integer
[C#]
public int MapCount {get;}
[C++]
HRESULT get_MapCount(
  long* Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type long

Product Availability

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

See Also

IMapServer2 Interface