Get all the available electrical connected phases that this power distributable node can provide to the downstream node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElectricalConnectedPhases> GetAllAvailableConnectedPhasesOnDownstream( ElementId id )
Parameters
- id ElementId
- The downstream node id.
Return Value
IList<ElectricalConnectedPhases>All the available electrical connected phases that this power distributable node can provide to the downstream node.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The id isn't a downstream node id of the power distributable node. |
| ArgumentNullException | A non-optional argument was null |
