AlignmentEntityConstraintType Enumeration

Specifies the underlying alignment entity constraint type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public enum AlignmentEntityConstraintType
Members
Member nameValueDescription
Fixed289 
FloatOnPrev290 
FloatOnNext291 
Free292 
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