This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSGroupLayer Interface > IWMSGroupLayer.CreateWMSGroupLayers Method (ArcObjects .NET 10.4 SDK) |
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