| Revit 2022.1 API |
| ElectricalSystem..::..PathOffset Property |
| ElectricalSystem Class See Also |
The offset of the horizontal segments of the circuit path.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
| C# |
|---|
public double PathOffset { get; set; } |
| Visual Basic |
|---|
Public Property PathOffset As Double Get Set |
| Visual C++ |
|---|
public: property double PathOffset { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The given value for pathOffset must be no more than 30000 feet in absolute value. |
| Autodesk.Revit.Exceptions..::..DisabledDisciplineException | When setting this property: None of the following disciplines is enabled: Mechanical Electrical Piping. |