MechanicalEquipmentSetGetMembers Method

Gets member element ids for the mechanical equipment set.

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

Return Value

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