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


IWMSGroupLayer.CreateWMSGroupLayer 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.CreateWMSGroupLayer Method
ArcGIS Developer Help

IWMSGroupLayer.CreateWMSGroupLayer Method

Creates an empty WMSGroupLayer with the given name.

[Visual Basic .NET]
Public Function CreateWMSGroupLayer ( _
    ByVal groupName As String _
) As IWMSGroupLayer
[C#]
public IWMSGroupLayer CreateWMSGroupLayer (
    string groupName
);
[C++]
HRESULT CreateWMSGroupLayer(
  BSTR groupName
);
[C++]
Parameters
groupName [in]

groupName is a parameter of type BSTR

Product Availability

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

See Also

IWMSGroupLayer Interface