Defines the underlying alignment arc entity constraint type. For example, three points, or center radius
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public enum AlignmentArcConstraintType |
Visual Basic |
---|
Public Enumeration AlignmentArcConstraintType |
Visual 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 |