ArcObjects Library Reference  (Carto)    

IWMSGroupLayer.CreateWMSGroupLayer Method

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
);
[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

 


Feedback Send feedback on this page