A corridor transition.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesCorridorTransition
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorTransition
VB
Public NotInheritable Class CorridorTransition
C++
public ref class CorridorTransition sealed
The CorridorTransition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndStation | Gets or sets end station. |
![]() | EndValue | Gets or sets end value. |
![]() | HasEndStation | Gets the value indicating whether end station has been set. |
![]() | HasSide | Gets the value indicating whether the subassemblies in the transition has side info. |
![]() | HasStartStation | Gets the value indicating whether start station has been set. |
![]() | ParameterName | Gets subassembly parameter name. |
![]() | Side | Gets the side of the subassemblies in the transition. |
![]() | StartStation | Gets or sets start station. |
![]() | StartValue | Gets or sets start value. |
![]() | TransitionType | Gets or sets transition type. The transition types supported are listed in enum CorridorTransitionType. |