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


IWMSGroupLayer.CreateWMSLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSGroupLayer Interface > IWMSGroupLayer.CreateWMSLayer Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pWMSLayerDescription [in]

pWMSLayerDescription is a parameter of type IWMSLayerDescription*

Product Availability

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

See Also

IWMSGroupLayer Interface