Share

CurveCurveReverseCurveTransitionDescription.ReverseCurveRadius Property

Gets or sets the radius of the reversed curve.



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

Syntax

C#

public double ReverseCurveRadius { get; set; }

VB

Public Property ReverseCurveRadius As Double
	Get
	Set

C++

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

Property Value

Double

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

See Also

Reference

Was this information helpful?