Redraw the circuit table for a template with the given parameter updates
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- newType
- Type: Autodesk.Revit.DB.Electrical PanelSchedulePhaseLoadType
The new phase load type of the circuit table
- nNumSlots
- Type: System Int32
The number of circuit slots
- bPhasesAsCurrents
- Type: System Boolean
True if the phase columns should be currents, false if they should be loads
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |