CorridorTransitionType Enumeration |
An enumeration that defines line types which corridor transition supports.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum CorridorTransitionType
Public Enumeration CorridorTransitionType
public enum class CorridorTransitionType
Members| Member name | Value | Description |
|---|
| Linear | 0 | |
| BayTaper | 1 | |
| CubicIn | 2 | |
| CubicOut | 3 | |
| ParabolicIn | 4 | |
| ParabolicOut | 5 | |
| ReverseParabolic | 6 | |
See Also