AnalyticalDistributionNodePropertyDataConnectedPhases Property

The electrical connected phases of the electrical analytical node to its upstream node.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElectricalConnectedPhases ConnectedPhases { get; }

Property Value

ElectricalConnectedPhases
Remarks
For ATS, the upstream node is "Supply From 2" if it has only set "Supply From 2", otherwise, "Supply From 1". Will return a default value if no upstream node.
See Also