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