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


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

IWMSGroupLayer.CreateWMSGroupLayers Method

Creates a new WMSGroupLayer for the given WMSLayerDescription recursively including all the sub layers.

[Visual Basic .NET]
Public Function CreateWMSGroupLayers ( _
    ByVal WMSGroupLayerDescription As IWMSLayerDescription _
) As IWMSGroupLayer
[C#]
public IWMSGroupLayer CreateWMSGroupLayers (
    IWMSLayerDescription WMSGroupLayerDescription
);
[C++]
HRESULT CreateWMSGroupLayers(
  IWMSLayerDescription* WMSGroupLayerDescription,
  IWMSGroupLayer** NewWMSGroupLayer
);
[C++]

Parameters WMSGroupLayerDescription [in]
WMSGroupLayerDescription is a parameter of type IWMSLayerDescription NewWMSGroupLayer [out, retval]
NewWMSGroupLayer is a parameter of type IWMSGroupLayer

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMSGroupLayer Interface