AlignmentEntityConstraintType Enumeration |
Specifies the underlying alignment entity constraint type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum AlignmentEntityConstraintType
Public Enumeration AlignmentEntityConstraintType
public enum class AlignmentEntityConstraintType
MembersMember name | Value | Description |
---|
Fixed | 289 | |
FloatOnPrev | 290 | |
FloatOnNext | 291 | |
Free | 292 | |
Remarks
An alignment entity has one of these three constraint types
in relationship to an adjacent alignment entity: Fixed, Float
or Free.
For more information about entity constraint types, see
the Civil 3D User's Guide help.
See Also