Set the electrical connected phases of the downstream node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetConnectedPhasesOnDownstream( ElementId id, ElectricalConnectedPhases connectedPhases )
Parameters
- id ElementId
- The downstream node id.
- connectedPhases ElectricalConnectedPhases
- The electrical connected phases to set to the downstream node.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The id isn't a downstream node id of the power distributable node. -or- The electrical connected phases can't be used to connect the downstream node to the power distributable node. |
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |