Revit 2026 API
Area |
The power factor state of the area based load type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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