GetMembers Method


Mechanical Equipment Set Get Members 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

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