Share

ProfileEntityConstraintType Enumeration

Specifies the connection constraint type of ProfileEntity, including fixed(attached to none entity), float(attached to one entity) and free(attached to two entities).



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

Syntax

C#

public enum ProfileEntityConstraintType

VB

Public Enumeration ProfileEntityConstraintType

C++

public enum class ProfileEntityConstraintType

Members

Member nameValueDescription
Fixed289 
FloatOnPrev290 
FloatOnNext291 
Free292 

See Also

Reference

Was this information helpful?