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


IWMSLayer2.WMSLayerDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSLayer2 Interface > IWMSLayer2.WMSLayerDescription Property
ArcGIS Developer Help

IWMSLayer2.WMSLayerDescription Property

Associated WMSLayerDescription.

[Visual Basic .NET]
Public ReadOnly Property WMSLayerDescription As IWMSLayerDescription
[C#]
public IWMSLayerDescription WMSLayerDescription {get;}
[C++]
HRESULT get_WMSLayerDescription(
  IWMSLayerDescription** pLayerDescription
);
[C++]
Parameters
pLayerDescription [out, retval]

pLayerDescription is a parameter of type IWMSLayerDescription**

Product Availability

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

See Also

IWMSLayer2 Interface