Share

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.8.0.280

Syntax

C#

public enum EntityVerticalConstraintType

VB

Public Enumeration EntityVerticalConstraintType

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

Reference

Was this information helpful?