Returns the AlignmentRegion object where the transition ends.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentRegion NextRegion { get; }
VB
Public ReadOnly Property NextRegion As AlignmentRegion Get
C++
public: property AlignmentRegion^ NextRegion { AlignmentRegion^ get (); }