Revit 2023 API |
ElectricalCircuitPathMode Enumeration |
See Also |
An enumerated type indicates the circuit path mode
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2018
Syntax
C# |
---|
public enum ElectricalCircuitPathMode |
Visual Basic |
---|
Public Enumeration ElectricalCircuitPathMode |
Visual C++ |
---|
public enum class ElectricalCircuitPathMode |
Members
Member name | Description |
---|---|
Custom | The circuit path is customized by user. |
FarthestDevice | The circuit path connects to the farthest devices. |
AllDevices | The circuit path connects to all the devices in the circuits, this mode is compatible to the legacy behavior. |