Revit 2023 API |
PanelScheduleData..::..PhasesAsCurrents Property |
PanelScheduleData Class See Also |
If true, the phase columns are currents (A), otherwise they are loads (VA); setting this value must go through the appropriate update function
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool PhasesAsCurrents { get; } |
Visual Basic |
---|
Public ReadOnly Property PhasesAsCurrents As Boolean Get |
Visual C++ |
---|
public: property bool PhasesAsCurrents { bool get (); } |