Share

CurveReverseCurveTransitionDescription.EntryCurveRadius Property

Sets or gets the entry curve radius.



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

Syntax

C#

public double EntryCurveRadius { get; set; }

VB

Public Property EntryCurveRadius As Double
	Get
	Set

C++

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

Property Value

Double

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 ReverseCurveRadius.

See Also

Reference

Was this information helpful?