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


IWMSGroupLayer.CreateWMSGroupLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  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.

See Also

IWMSGroupLayer Interface