Revit 2024 API |
PanelScheduleView..::..GetApparentPhaseValue Method |
PanelScheduleView Class See Also |
Gets the apparent load for the given phase for the given slotted circuit
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
public double GetApparentPhaseValue( ElementId circuitId, ElementId apparentLoadParam ) |
Visual Basic |
---|
Public Function GetApparentPhaseValue ( _ circuitId As ElementId, _ apparentLoadParam As ElementId _ ) As Double |
Visual C++ |
---|
public: double GetApparentPhaseValue( ElementId^ circuitId, ElementId^ apparentLoadParam ) |
Parameters
- circuitId
- Type: Autodesk.Revit.DB..::..ElementId
Circuit id for the apparent phase value
- apparentLoadParam
- Type: Autodesk.Revit.DB..::..ElementId
The requested apparent load phase parameter
Return Value
The value of the apparent phase
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |