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


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

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