ElectricalCircuitPathMode Enumeration

ElectricalCircuitPathMode Enumeration

An enumerated type indicates the circuit path mode

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ElectricalCircuitPathMode
Public Enumeration ElectricalCircuitPathMode
public enum class ElectricalCircuitPathMode
type ElectricalCircuitPathMode
Members
Member nameValueDescription
AllDevices2 The circuit path connects to all the devices in the circuits, this mode is compatible to the legacy behavior.
Custom0 The circuit path is customized by user.
FarthestDevice1 The circuit path connects to the farthest devices.
See Also