Specifies the underlying alignment entity constraint type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public enum AlignmentEntityConstraintType
Visual Basic
Public Enumeration AlignmentEntityConstraintType
Visual C++
public enum class 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