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.280
Syntax
C#
public sealed class LinearTransitionDescription : TransitionDescriptionBase
VB
Public NotInheritable Class LinearTransitionDescription Inherits TransitionDescriptionBase
C++
public ref class LinearTransitionDescription sealed : public TransitionDescriptionBase
The LinearTransitionDescription type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EndStation |
Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase) |
![]() | Length |
Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase) |
![]() | StartStation |
Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase) |
![]() | TaperInput | Sets or gets the taper input type. |
![]() | TaperRatio | Sets or gets the taper ratio of the linear transition. |