Gets or sets the radius of the entry curve.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double FirstCurveRadius { get; set; }
Visual Basic
Public Property FirstCurveRadius As Double
Get
Set
Visual C++
public: property double FirstCurveRadius { double get (); void set (double value); }
Remarks
- The input value is calculated to fit depending on the values of the other properties.
- Setting this property might affect the values of SecondCurveRadius and ReverseCurveRadius.