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


IGroupLayer.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGroupLayer.Add Method

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

Product Availability

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

Description

Adds the specified layer to the GroupLayer.

See Also

IGroupLayer Interface