ArcObjects Library Reference (Carto)  

IWMSGroupLayer.CreateWMSLayer Method

Creates a new WMSLayer for the given WMSLayerDescription.

[Visual Basic .NET]
Public Function CreateWMSLayer ( _
    ByVal pWMSLayerDescription As IWMSLayerDescription _
) As IWMSLayer
[C#]
public IWMSLayer CreateWMSLayer (
    IWMSLayerDescription pWMSLayerDescription
);
[C++]
HRESULT CreateWMSLayer(
  IWMSLayerDescription* pWMSLayerDescription,
  IWMSLayer** NewWMSLayer
);
[C++]

Parameters

pWMSLayerDescription [in]

  pWMSLayerDescription is a parameter of type IWMSLayerDescription

NewWMSLayer [out, retval]

  NewWMSLayer is a parameter of type IWMSLayer

Product Availability

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

See Also

IWMSGroupLayer Interface