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


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

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(
void
);
[C++]
HRESULT put_Layers(
);

Product Availability

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

See Also

IMapDescriptor Interface