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


IGroupElement3.ClearElements Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGroupElement3.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

IGroupElement3 Interface