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


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

IMapDescription3.LayerDescriptions Property

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*

Product Availability

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

See Also

IMapDescription3 Interface