ArcObjects Library Reference (Carto)  

IGroupLayer.Delete Method

Removes the specified layer from the group.

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal Layer As ILayer _
)
[C#]
public void Delete (
    ILayer Layer
);
[C++]
HRESULT Delete(
  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

Removes the specified Layer from the GroupLayer.

See Also

IGroupLayer Interface