PathOffset Property


The offset of the horizontal segments of the circuit path.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
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.

See Also