CorridorTransition Class

A corridor transition.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesCorridorTransition

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CorridorTransition

The CorridorTransition type exposes the following members.

Properties
 NameDescription
Public propertyEndStation Gets or sets end station.
Public propertyEndValue Gets or sets end value.
Public propertyHasEndStation Gets the value indicating whether end station has been set.
Public propertyHasSide Gets the value indicating whether the subassemblies in the transition has side info.
Public propertyHasStartStation Gets the value indicating whether start station has been set.
Public propertyParameterName Gets subassembly parameter name.
Public propertySide Gets the side of the subassemblies in the transition.
Public propertyStartStation Gets or sets start station.
Public propertyStartValue Gets or sets start value.
Public propertyTransitionType Gets or sets transition type. The transition types supported are listed in enum CorridorTransitionType.
Top
See Also