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