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.