ArcObjects Library Reference (Carto)  

IMapDescription.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

IMapDescription Interface

.NET Related Topics

Map services