Defines the underlying line entity constraint type. For example, two points, or through point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum AlignmentLineConstraintType
VB
Public Enumeration AlignmentLineConstraintType
C++
public enum class AlignmentLineConstraintType
Members
| Member name | Value | Description |
|---|---|---|
| TwoPoints | 513 | |
| ThroughPoint | 514 | |
| Length | 515 | |
| NoConstraint | 516 | |
| BestFit | 517 |
