AlignmentLineConstraintType Enumeration |
Defines the underlying line entity constraint type. For example, two points, or through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum AlignmentLineConstraintType
Public Enumeration AlignmentLineConstraintType
public enum class AlignmentLineConstraintType
MembersMember name | Value | Description |
---|
TwoPoints | 513 | |
ThroughPoint | 514 | |
Length | 515 | |
NoConstraint | 516 | |
BestFit | 517 | |
See Also