PanelScheduleView.GetSpareLoadValue
Description:
Gets the value of the apparent load parameter for a spare
Gets the value of the apparent load parameter for a spare
public double GetSpareLoadValue(
int row,
int column,
ElementId idLoadParameter
)
-
Int32rowA row where the valid spare is
-
Int32columnA column where the valid spare is
-
idLoadParameterOne of 4 valid load parameters: RBS_ELEC_APPARENT_LOAD, RBS_ELEC_APPARENT_LOAD_PHASEA, RBS_ELEC_APPARENT_LOAD_PHASEB, RBS_ELEC_APPARENT_LOAD_PHASEC
Return Value
Double
The value of the spare's load parameter
-
The load parameter id is not valid.
-
A non-optional argument was null
-
The row column combination does not represent a valid spare.