Specifies the TaperInputType for alignment widening options.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<TransitionInputType> TaperInputType { get; }
Visual Basic
Public ReadOnly Property TaperInputType As PropertyEnum(Of TransitionInputType)
	Get
Visual C++
public:
property PropertyEnum<TransitionInputType>^ TaperInputType {
	PropertyEnum<TransitionInputType>^ get ();
}

See Also