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


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

IMapServerInfo3.DefaultMapDescription Property

The default map settings.

[Visual Basic .NET]
Public ReadOnly Property DefaultMapDescription As IMapDescription
[C#]
public IMapDescription DefaultMapDescription {get;}
[C++]
HRESULT get_DefaultMapDescription(
  IMapDescription** mapDesc
);
[C++]
Parameters
mapDesc [out, retval]

mapDesc is a parameter of type IMapDescription**

Product Availability

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

See Also

IMapServerInfo3 Interface