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


IWMSLayerDescription.LayerDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.LayerDescription Property

WMSLayerDescription at a given index.

[Visual Basic .NET]
Public Function get_LayerDescription ( _
    ByVal index As Integer _
) As IWMSLayerDescription
[C#]
public IWMSLayerDescription get_LayerDescription (
    int index
);
[C++]
HRESULT get_LayerDescription(
  long index,
  IWMSLayerDescription** ppLayerDescription
);
[C++]

Parameters index [in] index is a parameter of type long ppLayerDescription [out, retval]
ppLayerDescription is a parameter of type IWMSLayerDescription

Product Availability

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

See Also

IWMSLayerDescription Interface