ArcObjects Library Reference (Carto)  

IMapServer.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(
  BSTR* 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

IMapServer Interface

.NET Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) |

.NET Related Topics

Managing application state | Map services | Server |