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 > IMxdServer Interface > IMxdServer.MapDescriptors Property (ArcObjects .NET 10.5 SDK) |
An array of MapDescriptor objects, where each map descriptor describes the characteristics of a data frame in the document. The properties of a map descriptor object can be altered in order to draw the map image with different state than the default.
[Visual Basic .NET] Public ReadOnly Property MapDescriptors As IArray
[C#] public IArray MapDescriptors {get;}
[C++]
HRESULT get_MapDescriptors(
IArray** MapDescriptors
);
[C++]
Parameters MapDescriptors [out, retval]
MapDescriptors is a parameter of type IArray