Gets or sets the run out distance of the material gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double RunOutDistance { get; set; }Visual Basic
Public Property RunOutDistance As Double
Get
SetVisual C++
public: property double RunOutDistance { double get (); void set (double value); }
Exceptions
| Exception | Condition |
|---|---|
| [!:System.ArgumentException] | Thrown when run out distance is equal to or greater than gap length, or run out station equals run in station. |