Transitions Property

Gets a collection of the existing AlignmentTransition objects on the Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public AlignmentTransitionCollection Transitions { get; }

Visual Basic

Public ReadOnly Property Transitions As AlignmentTransitionCollection
	Get

Visual C++

public:
property AlignmentTransitionCollection^ Transitions {
	AlignmentTransitionCollection^ get ();
}

See Also