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.8.0.280
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 |