PanelScheduleData.UpdateCircuitTableForTemplate
Method
Description:
Redraw the circuit table for a template with the given parameter updates
Redraw the circuit table for a template with the given parameter updates
Syntax
public void UpdateCircuitTableForTemplate(
PanelSchedulePhaseLoadType newType,
int nNumSlots,
bool bPhasesAsCurrents
)
Parameters
Parameter | Type | Description |
---|---|---|
newType | PanelSchedulePhaseLoadType | The new phase load type of the circuit table |
nNumSlots | Int32 | The number of circuit slots |
bPhasesAsCurrents | Boolean | True if the phase columns should be currents, false if they should be loads |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |