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


IMxdServer.MapDescriptors Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  IArray** MapDescriptors
);
[C++]

Parameters MapDescriptors [out, retval]
MapDescriptors is a parameter of type IArray

Product Availability

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

See Also

IMxdServer Interface