This document is archived and information here might be outdated. Recommended version. |
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.