Specifies the TaperInputType for alignment widening options.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<TransitionInputType> TaperInputType { get; }
VB
Public ReadOnly Property TaperInputType As PropertyEnum(Of TransitionInputType) Get
C++
public: property PropertyEnum<TransitionInputType>^ TaperInputType { PropertyEnum<TransitionInputType>^ get (); }