ArcObjects Library Reference (Carto)  

IGroupElement Interface

Provides access to members that control the Group element. Note: the IGroupElement interface has been superseded byIGroupElement3. Please consider using the more recent version.

Product Availability

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

Description

The GroupElement object contains a collection of elements grouped together so as to be be manipulated by the user as one single element.

Members

Description
Method AddElement Adds the given element to the group.
Method ClearElements Removes all elements from the group.
Method DeleteElement Removes the given element from the group.
Read-only property Element Element at the given index of the group.
Read-only property ElementCount Number of elements in the group.
Read/write property Elements Elements in the group.

CoClasses that implement IGroupElement

CoClasses and Classes Description
GroupElement The Group Graphic Element to display a group of graphic elements.
MoleGroupElement (esriDefenseSolutions) Mole Group Element Class.

See Also

GroupElement Class