PowerFactorStateType Enumeration |
An enumerated type listing all the possible power factor state types for a connector object.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum PowerFactorStateType
Public Enumeration PowerFactorStateType
public enum class PowerFactorStateType
type PowerFactorStateType
MembersMember name | Value | Description |
---|
Leading | 0 |
Power FactorState Type is Leading.
|
Lagging | 1 |
Power FactorState Type is Lagging.
|
See Also