ExitCurveRadius Property

Sets or gets the radius of the exit curve.

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

Syntax

C#

public double ExitCurveRadius { get; set; }

Visual Basic

Public Property ExitCurveRadius As Double
	Get
	Set

Visual C++

public:
property double ExitCurveRadius {
	double get ();
	void set (double value);
}

Remarks

  1. The input will be calculated to fit depending on the values of the other properties.
  2. The input value might affect the value of EntryCurveRadius.

See Also