Enumerates types of points on a Profile.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
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 |
