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


IGroupLayersOperation.AddLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IG > IGroupLayersOperation Interface > IGroupLayersOperation.AddLayer Method
ArcGIS Developer Help

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