This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSGroupLayer Interface > IWMSGroupLayer.CreateWMSGroupLayer Method (ArcObjects .NET 10.4 SDK) |
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