Gets or sets the radius of the curve following the entry curve.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double SecondCurveRadius { get; set; }
Visual Basic
Public Property SecondCurveRadius As Double
	Get
	Set
Visual C++
public:
property double SecondCurveRadius {
	double get ();
	void set (double value);
}

Remarks

  1. The input value is calculated to fit depending on the values of the other properties.
  2. Setting this property might affect the values of FirstCurveRadius and ReverseCurveRadius.

See Also