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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public enum EntityVerticalConstraintType
Visual Basic
Public Enumeration EntityVerticalConstraintType
Visual C++
public enum class EntityVerticalConstraintType

Members

Member nameValueDescription
CurveLength513
KValue514
Radius515
PassThroughPt516
PassThroughPt1AndPt2517
ThreePassPoints519
TwoPassPointsAndGrade520
TwoPassPointsAndParameter521
PreviousSubEntPassPtAndParameter522
NextSubEntPassPtAndParameter523
PreviousSubEntPassPtWithGrade524
NextSubEntPassPtWithGrade525
PreviousSubEntEndAndPassPt526
NextSubEntEndAndPassPt527
PassThroughPt1528
PassThroughPt2529
NoConstraints530
BestFit531
HighLowPoints532

See Also