ArcObjects Library Reference (Carto)  

IWMSGroupLayer.Layer Property

Sub layer at the given index.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal Index As Integer _
) As ILayer
[C#]
public ILayer get_Layer (
    int Index
);
[C++]
HRESULT get_Layer(
  long Index,
  ILayer** WMSLayer
);
[C++]

Parameters

Index [in]   Index is a parameter of type long WMSLayer [out, retval]

  WMSLayer is a parameter of type ILayer

Product Availability

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

See Also

IWMSGroupLayer Interface