Sets or gets the taper input type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public TaperInputType TaperInput { get; set; } |
Visual Basic |
---|
Public Property TaperInput As TaperInputType Get Set |
Visual C++ |
---|
public: property TaperInputType TaperInput { TaperInputType get (); void set (TaperInputType value); } |