ElectricalSystemPowerFactorState Property |
The PowerFactorState type of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic PowerFactorStateType PowerFactorState { get; }
Public ReadOnly Property PowerFactorState As PowerFactorStateType
Get
public:
property PowerFactorStateType PowerFactorState {
PowerFactorStateType get ();
}
member PowerFactorState : PowerFactorStateType with get
Property Value
PowerFactorStateType
Exceptions
Remarks
This property is used to retrieve the PowerFactorState type of the Electrical System.
See Also