MechanicalEquipmentSetGetMembers Method

Gets member element ids for the mechanical equipment set.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetMembers()

Return Value

ISetElementId
Element ids for the members in the mechanical equipment set.
See Also