Gets the value of the apparent load parameter for a spare
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double GetSpareLoadValue(
int row,
int column,
ElementId idLoadParameter
)
Parameters
- row Int32
-
A row where the valid spare is
- column Int32
-
A column where the valid spare is
- idLoadParameter ElementId
-
One 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
Exceptions
See Also
Reference