This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrameDescription Interface > IMapFrameDescription.MapDescription Property (ArcObjects .NET 10.5 SDK) |
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
Use MapDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.