ProfilePointType Enumeration |
Enumerates types of points on a Profile.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic enum ProfilePointType
Public Enumeration ProfilePointType
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 | |
See Also