AlignmentRegionExitTransition Property

Gets the AlignmentTransition object located at the end of the AlignmentRegion.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public AlignmentTransition ExitTransition { get; }

Property Value

AlignmentTransition
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the region is the ending region in the alignment.
See Also