TaperInputType Property

Specifies the TaperInputType for alignment widening options.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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