AlignmentRegionEntryTransition Property

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

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

Property Value

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