An enumeration that specifies type of turnout critical points
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum TurnoutCriticalPointType
VB
Public Enumeration TurnoutCriticalPointType
C++
public enum class TurnoutCriticalPointType
Members
| Member name | Value | Description |
|---|---|---|
| Custom | 0 | |
| StockRailJoint | 1 | |
| PointOfSwitch | 2 | |
| HeelOfBlade | 3 | |
| PointOfIntersection | 4 | |
| PointOfFrog | 5 | |
| HeelOfFrogOnMain | 6 | |
| HeelOfFrogOnDiverted | 7 | |
| LastLongTieOnMain | 8 | |
| LastLongTieOnDiverted | 9 | |
| EndOfTurnoutOnMain | 10 | |
| EndOfTurnoutOnDiverted | 11 | |
| HeelOfSwitch | 12 | |
| LastType | 13 |
