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


IMapDescription3.LayerDescriptions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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