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


IWMSGroupLayer.CreateWMSGroupLayers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSGroupLayer Interface > IWMSGroupLayer.CreateWMSGroupLayers Method
ArcGIS Developer Help

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
);
[C++]
Parameters
WMSGroupLayerDescription [in]

WMSGroupLayerDescription is a parameter of type IWMSLayerDescription*

Product Availability

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

See Also

IWMSGroupLayer Interface