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


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

IMxdServer.MapDescriptors Property

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(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMxdServer Interface