RunOutDistance Property

Gets or sets the run out distance of the material gap.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public double RunOutDistance { get; set; }

Visual Basic

Public Property RunOutDistance As Double
	Get
	Set

Visual C++

public:
property double RunOutDistance {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when run out distance is equal to or greater than gap length, or run out station equals run in station.

See Also