ArcObjects Library Reference (Carto)  

IMapLayers.Layers Property

The layers in the map of the type specified in the uid. If recursive is true it will return layers in group layers.

[Visual Basic .NET]
Public Function get_Layers ( _
    [ByVal uid As UID], _
    [ByVal recursive As Boolean] _
) As IEnumLayer
[C#]
public IEnumLayer get_Layers (
    UID uid,
    bool recursive
);
[C#]

Optional Values

uid   Supply 0 as a default value.
recursive   Supply true as a default value.
[C++]
HRESULT get_Layers(
  IUID* uid,
  VARIANT_BOOL recursive,
  IEnumLayer** Layers
);
[C++]

Parameters

uid [in, optional, defaultvalue(0)]

  uid is a parameter of type IUID

recursive [in, optional, defaultvalue(VARIANT_TRUE)]   recursive is a parameter of type VARIANT_BOOL Layers [out, retval]

  Layers is a parameter of type IEnumLayer

Product Availability

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

See Also

IMapLayers Interface

.NET Related Topics

Converting labels to geodatabase annotation for an entire map