TransitionDescriptionBaseLength Property |
Sets or gets the length for the transition.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double Length { get; set; }
Public Property Length As Double
Get
Set
public:
property double Length {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- the value is less than 0.
- the value is greater than or equal to the distance between the previous region's end station and next region's end staion.
|
See Also