Revit 2025 API
Analytical |
The PowerFactorState type of the analytical equipment load.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PowerFactorStateType PowerFactorState { get; set; }
Public Property PowerFactorState As PowerFactorStateType Get Set
public: property PowerFactorStateType PowerFactorState { PowerFactorStateType get (); void set (PowerFactorStateType value); }
member PowerFactorState : PowerFactorStateType with get, set
Property Value
PowerFactorStateType
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also