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.8.0.280
Syntax
C#
public enum AlignmentArcConstraintType
VB
Public Enumeration AlignmentArcConstraintType
C++
public enum class AlignmentArcConstraintType
Members
Member name | Value | Description |
---|---|---|
ThreePoints | 769 | |
CenterRadius | 770 | |
CenterPassThroughPoint | 771 | |
PassThroughRadius | 772 | |
PassThroughHoldEnd | 773 | |
PassThroughDirection | 774 | |
Radius | 775 | |
PassThrough | 776 | |
RadiusAndLength | 777 | |
BestFitArc | 784 |