Specifies the type of transition used for the widening: Linear, Curve-Line-Curve, Curve-Curve -Reverse Curve, or Curve - Reverse Curve.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public PropertyEnum<TransitionType> TransitionType { get; }
Visual Basic
Public ReadOnly Property TransitionType As PropertyEnum(Of TransitionType) Get
Visual C++
public: property PropertyEnum<TransitionType>^ TransitionType { PropertyEnum<TransitionType>^ get (); }