QTOMaterialGapRunOutDistance Property |
Gets or sets the run out distance of the material gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double RunOutDistance { get; set; }
Public Property RunOutDistance As Double
Get
Set
public:
property double RunOutDistance {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | 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