This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescription2 Interface > IMapDescription2.LayerDescriptions Property (ArcObjects .NET 10.4 SDK) |
A collection of Layer Description objects, each describing a layer within the map (data frame).
[Visual Basic .NET] Public Property LayerDescriptions As ILayerDescriptions
[C#] public ILayerDescriptions LayerDescriptions {get; set;}
[C++]
HRESULT get_LayerDescriptions(
ILayerDescriptions** LayerDescriptions
);
[C++]
HRESULT put_LayerDescriptions(
ILayerDescriptions* LayerDescriptions
);
[C++]
Parameters LayerDescriptions [out, retval]
LayerDescriptions is a parameter of type ILayerDescriptions LayerDescriptions [in]
LayerDescriptions is a parameter of type ILayerDescriptions