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


IGroupLayersOperation.AddLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IGroupLayersOperation.AddLayer Method

Adds layer to be added to the group.

[Visual Basic .NET]
Public Sub AddLayer ( _
    ByVal pLayer As ILayer _
)
[C#]
public void AddLayer (
    ILayer pLayer
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGroupLayersOperation Interface