Defines the underlying alignment arc entity constraint type. For example, three points, or center radius

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

Syntax

C#
public enum AlignmentArcConstraintType
Visual Basic
Public Enumeration AlignmentArcConstraintType
Visual C++
public enum class AlignmentArcConstraintType

Members

Member nameValueDescription
BestFitArc784
RadiusAndLength777
PassThrough776
Radius775
PassThroughDirection774
PassThroughHoldEnd773
PassThroughRadius772
CenterPassThroughPoint771
CenterRadius770
ThreePoints769

See Also