CurveLineCurveTransitionDescriptionExitCurveRadius Property |
Sets or gets the radius of the exit curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ExitCurveRadius { get; set; }
Public Property ExitCurveRadius As Double
Get
Set
public:
property double ExitCurveRadius {
double get ();
void set (double value);
}
Property Value
Double
Remarks- The input will be calculated to fit depending on the values of the other properties.
- The input value might affect the value of EntryCurveRadius.
See Also