PhaseLoadType Property


This property determines the layout of the phase load columns; setting this value must go through the updateCircuitTable function

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public PanelSchedulePhaseLoadType PhaseLoadType { get; }
Visual Basic
Public ReadOnly Property PhaseLoadType As PanelSchedulePhaseLoadType
	Get
Visual C++
public:
property PanelSchedulePhaseLoadType PhaseLoadType {
	PanelSchedulePhaseLoadType get ();
}

See Also