Share

AlignmentRegion.ExitTransition Property

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

AlignmentTransition

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the region is the ending region in the alignment.

See Also

Reference

Was this information helpful?