Sets or gets the type of the transition.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TransitionType TransitionType { get; set; }
VB
Public Property TransitionType As TransitionType Get Set
C++
public: property TransitionType TransitionType { TransitionType get (); void set (TransitionType value); }