This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSGroupLayer Interface > IWMSGroupLayer.Add Method (ArcObjects .NET 10.4 SDK) |
Adds the given WMS Layer at the given position. Only layer created by this WMS group layer or its parent layers are valid.
[Visual Basic .NET] Public Sub Add ( _ ByVal WMSLayer As ILayer _ )
[C#] public void Add ( ILayer WMSLayer );
[C++]
HRESULT Add(
ILayer* WMSLayer
);
[C++]
Parameters WMSLayer [in]
WMSLayer is a parameter of type ILayer