Revit 2025.3 API
Electrical |
The offset of the horizontal segments of the circuit path.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double PathOffset { get; set; }
Public Property PathOffset As Double Get Set
public: property double PathOffset { double get (); void set (double value); }
member PathOffset : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for pathOffset must be no more than 30000 feet in absolute value. |
See Also