Creates an empty WMSGroupLayer with the given name.
[Visual Basic 6.0] Function CreateWMSGroupLayer(
ByVal groupName As String _
) As IWMSGroupLayer
[Visual Basic .NET] Public Function CreateWMSGroupLayer ( _ ByVal groupName As String _ ) As IWMSGroupLayer
[C#] public IWMSGroupLayer CreateWMSGroupLayer ( string groupName );
[Java] public IWMSGroupLayer createWMSGroupLayer ( String groupName ) throws IOException, AutomationException
[C++] HRESULT CreateWMSGroupLayer( BSTR groupName, IWMSGroupLayer** ppNewWMSGroupLayer );
Parameters
groupName [in]
groupName is a parameter of type BSTR
ppNewWMSGroupLayer [out, retval]
ppNewWMSGroupLayer is a parameter of type IWMSGroupLayer