An enumeration that defines line types which corridor transition supports.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum CorridorTransitionType
VB
Public Enumeration CorridorTransitionType
C++
public enum class CorridorTransitionType
Members
| Member name | Value | Description |
|---|---|---|
| Linear | 0 | |
| BayTaper | 1 | |
| CubicIn | 2 | |
| CubicOut | 3 | |
| ParabolicIn | 4 | |
| ParabolicOut | 5 | |
| ReverseParabolic | 6 |
