AreaBasedLoadTypePowerFactorState Property |
The power factor state of the area based load type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also