Gets or sets the run out distance of the material gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
| 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.
|
See Also