Retrieves all the member ElementIds of the group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetMemberIds()
Return Value
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.
