EntityVerticalConstraintType Enumeration

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.7.0.1190
Syntax
public enum 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