ArcObjects Library Reference (Carto)  

IMapDescriptor.Layers Property

The layer descriptors of the map.

[Visual Basic .NET]
Public Property Layers As IArray
[C#]
public IArray Layers {get; set;}
[C++]
HRESULT get_Layers(
  IArray** LayerDescriptors
);
[C++]
HRESULT put_Layers(
  IArray* LayerDescriptors
);
[C++]

Parameters

LayerDescriptors [out, retval]

  LayerDescriptors is a parameter of type IArray

LayerDescriptors [in]

  LayerDescriptors is a parameter of type IArray

Product Availability

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

See Also

IMapDescriptor Interface