Specifies the construction constraint type of ProfileEntity, for example, use PassThroughPt1AndPt2 if you create this entity by two fixed points. Note that some items are only valid for ProfileLine while others are only valid for three parabolic entities.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum EntityVerticalConstraintType
Visual Basic
Public Enumeration EntityVerticalConstraintType
Visual C++
public enum class EntityVerticalConstraintType
Members
Member name | Value | Description | |
---|---|---|---|
CurveLength | 513 | ||
KValue | 514 | ||
Radius | 515 | ||
PassThroughPt | 516 | ||
PassThroughPt1AndPt2 | 517 | ||
ThreePassPoints | 519 | ||
TwoPassPointsAndGrade | 520 | ||
TwoPassPointsAndParameter | 521 | ||
PreviousSubEntPassPtAndParameter | 522 | ||
NextSubEntPassPtAndParameter | 523 | ||
PreviousSubEntPassPtWithGrade | 524 | ||
NextSubEntPassPtWithGrade | 525 | ||
PreviousSubEntEndAndPassPt | 526 | ||
NextSubEntEndAndPassPt | 527 | ||
PassThroughPt1 | 528 | ||
PassThroughPt2 | 529 | ||
NoConstraints | 530 | ||
BestFit | 531 | ||
HighLowPoints | 532 |