Share

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.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

 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.

Methods

 NameDescription
Public methodSlim This method sets the TransitionType to TransitionType.Linear and sets the length of the transition to 0.

See Also

Reference

Was this information helpful?