AlignmentArcConstraintType Enumeration |
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.7.0.1190
Syntaxpublic enum AlignmentArcConstraintType
Public Enumeration AlignmentArcConstraintType
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 | |
See Also