This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupLayer Interface > IGroupLayer.Add Method (ArcObjects .NET 10.4 SDK) |
Adds a layer to the end of the group.
[Visual Basic .NET] Public Sub Add ( _ ByVal Layer As ILayer _ )
[C#] public void Add ( ILayer Layer );
[C++]
HRESULT Add(
ILayer* Layer
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer
Adds the specified layer to the GroupLayer.