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: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum PowerFactorStateType
Public Enumeration PowerFactorStateType
public enum class PowerFactorStateType
type PowerFactorStateType
MembersMember name | Value | Description |
---|
Lagging | 1 |
Power FactorState Type is Lagging.
|
Leading | 0 |
Power FactorState Type is Leading.
|
See Also