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