QTOMaterialGapRunInDistance Property |
Gets or sets the run in distance of the material gap.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double RunInDistance { get; set; }
Public Property RunInDistance As Double
Get
Set
public:
property double RunInDistance {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when run in distance is equal to or greater than gap length, or run in station equals run out station.
|
See Also