AlignmentArcConstraintType Enumeration

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: 13.4.208.0

Syntax

C#

public enum AlignmentArcConstraintType

Visual Basic

Public Enumeration AlignmentArcConstraintType

Visual C++

public enum class AlignmentArcConstraintType

Members

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

See Also