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


IMapFrameDescription.MapDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapFrameDescription.MapDescription Property

The map description for the map contained in the frame.

[Visual Basic .NET]
Public Property MapDescription As IMapDescription
[C#]
public IMapDescription MapDescription {get; set;}
[C++]
HRESULT get_MapDescription(
  IMapDescription** mapDesc
);
[C++]
HRESULT putref_MapDescription(
  IMapDescription* mapDesc
);
[C++]

Parameters mapDesc [out, retval]
mapDesc is a parameter of type IMapDescription mapDesc [in]
mapDesc is a parameter of type IMapDescription

Product Availability

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

Remarks

Use MapDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.

See Also

IMapFrameDescription Interface