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