PowerFactorStateType Enumeration


Power Factor State Type Enumeration

An enumerated type listing all the possible power factor state types for a connector object.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum PowerFactorStateType
Members
Member name Value Description
Lagging 1 Power FactorState Type is Lagging.
Leading 0 Power FactorState Type is Leading.
See Also