Share

AlignmentEntityConstraintType Enumeration

Specifies the underlying alignment entity constraint type.



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

Syntax

C#

public enum AlignmentEntityConstraintType

VB

Public Enumeration AlignmentEntityConstraintType

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

Reference

Was this information helpful?