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: 10.0.1111.0

Syntax

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

Members

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

See Also