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


IMapServer4.DefaultMapName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.DefaultMapName Property
ArcGIS Developer Help

IMapServer4.DefaultMapName Property

Name of the document's active map (data frame).

[Visual Basic .NET]
Public ReadOnly Property DefaultMapName As String
[C#]
public string DefaultMapName {get;}
[C++]
HRESULT get_DefaultMapName(
  System.String* MapName
);
[C++]
Parameters
MapName [out, retval]

MapName is a parameter of type BSTR*

Product Availability

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

See Also

IMapServer4 Interface