Gets a collection of the existing AlignmentTransition objects on the Alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentTransitionCollection Transitions { get; }
VB
Public ReadOnly Property Transitions As AlignmentTransitionCollection Get
C++
public: property AlignmentTransitionCollection^ Transitions { AlignmentTransitionCollection^ get (); }