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