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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public enum ProfileEntityConstraintType |
Visual Basic |
---|
Public Enumeration ProfileEntityConstraintType |
Visual C++ |
---|
public enum class ProfileEntityConstraintType |
Members
Member name | Value | Description | |
---|---|---|---|
Fixed | 289 | ||
FloatOnPrev | 290 | ||
FloatOnNext | 291 | ||
Free | 292 |