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


IGroupLayer.Delete Method (ArcObjects .NET 10.5 SDK)
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