Group.UngroupMembers
Description:
Ungroups the group.
Ungroups the group.
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.
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.
public ICollection<ElementId> UngroupMembers()
ICollection<ElementId>
If successful, the ids of the members of group are returned.
-
Thrown if the group cannot be ungrouped.