GroupUngroupMembers Method

Ungroups the group.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> UngroupMembers()

Return Value

ICollectionElementId
If successful, the ids of the members of group are returned.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the group cannot be ungrouped.
Remarks
Removes all the members from the group and deletes the group. Note that the reference to this group object will become invalid once this method is called.
See Also