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 > IMapDescriptor Interface > IMapDescriptor.Layers Property (ArcObjects .NET 10.5 SDK) |
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