Get the electrical connected phases of the downstream node.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElectricalConnectedPhases GetConnectedPhasesOnDownstream(
ElementId id
)
Parameters
- id ElementId
-
The downstream node id.
Return Value
ElectricalConnectedPhases
The electrical connected phases of the downstream node.
Exceptions
Remarks
If node B supplies from node A, node B is the downstream node of node A, and node A is the upstream node of node B.
Usually one node may have many downstream nodes, but TransferSwitch can only have one downstream node.
See Also
Reference