LinearTransitionDescription Class

This class represents a straight, linear transition between two regions of an offset alignment.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
    Autodesk.Civil.DatabaseServicesTransitionDescriptionBase
      Autodesk.Civil.DatabaseServicesLinearTransitionDescription

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

The LinearTransitionDescription type exposes the following members.

Properties
 NameDescription
Public propertyEndStation Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyLength Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyStartStation Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyTaperInput Sets or gets the taper input type.
Public propertyTaperRatio Sets or gets the taper ratio of the linear transition.
Top
See Also