<Code Lib>
2025 Method
Changes 0
M

Group.GetMemberIds

Description:
Retrieves all the member ElementIds of the group.

public IList<ElementId> GetMemberIds()

IList<ElementId> An ordered list of the members within the group. The order of this list can be used to match members between other instances of the group.

Loading…