Enumerates types of points on a Profile.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1067.0
Syntax
C#
public enum ProfilePointType
VB
Public Enumeration ProfilePointType
C++
public enum class ProfilePointType
Members
Member name | Value | Description |
---|---|---|
TanCurve | 273 | |
CurveTan | 274 | |
CompCurve | 275 | |
RevCurve | 276 | |
LowPoint | 277 | |
HighPoint | 278 | |
PVI | 279 | |
Start | 280 | |
End | 281 | |
GradeBreak | 282 | |
OverallLowPoint | 283 | |
OverallHighPoint | 284 |