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


IWMSGroupLayer.CreateWMSLayer Method (ArcObjects .NET 10.4 SDK)
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