This class represents a transition between two regions in an Alignment.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
Autodesk.Civil.DatabaseServicesAlignmentTransition
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class AlignmentTransition : [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
VB
Public NotInheritable Class AlignmentTransition Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
C++
public ref class AlignmentTransition sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
The AlignmentTransition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | NextRegion | Returns the AlignmentRegion object where the transition ends. |
![]() | PreviousRegion | Returns the AlignmentRegion object from which the transition starts. |
![]() | TransitionDescription | Returns a data structure containing parametrical information to describe the transition depending on the TransitionType. |
![]() | TransitionType | Sets or gets the type of the transition. |
Methods
Name | Description | |
---|---|---|
![]() | Slim | This method sets the TransitionType to TransitionType.Linear and sets the length of the transition to 0. |