Gets the AlignmentTransition object located at the end of the AlignmentRegion.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentTransition ExitTransition { get; }
VB
Public ReadOnly Property ExitTransition As AlignmentTransition Get
C++
public: property AlignmentTransition^ ExitTransition { AlignmentTransition^ get (); }
Property Value
AlignmentTransitionExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the region is the ending region in the alignment. |