Ungroups the group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<ElementId> UngroupMembers()
Return Value
ICollection<ElementId>If successful, the ids of the members of group are returned.
Exceptions
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
Reference