AlignmentTransition Class

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.292
Syntax
public sealed class AlignmentTransition : [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]

The AlignmentTransition type exposes the following members.

Properties
 NameDescription
Public propertyNextRegion Returns the AlignmentRegion object where the transition ends.
Public propertyPreviousRegion Returns the AlignmentRegion object from which the transition starts.
Public propertyTransitionDescription Returns a data structure containing parametrical information to describe the transition depending on the TransitionType.
Public propertyTransitionType Sets or gets the type of the transition.
Top
Methods
 NameDescription
Public methodSlim This method sets the TransitionType to TransitionType.Linear and sets the length of the transition to 0.
Top
See Also