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


IGroupElement2.ClearElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupElement2 Interface > IGroupElement2.ClearElements Method
ArcGIS Developer Help

IGroupElement2.ClearElements Method

Removes all elements from the group.

[Visual Basic .NET]
Public Sub ClearElements ( _
)
[C#]
public void ClearElements (
);
[C++]
HRESULT ClearElements(
void
);

Product Availability

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

See Also

IGroupElement2 Interface