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,
IWMSGroupLayer** ppNewWMSGroupLayer
);
[C++]Parameters
groupName [in] groupName is a parameter of type BSTR ppNewWMSGroupLayer [out, retval]ppNewWMSGroupLayer is a parameter of type IWMSGroupLayer
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.