Sets or gets the radius of the entry curve.

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

Syntax

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

Remarks

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

See Also