Specifies whether to add curves between tangents.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool AddCurvesBetweenTangents { get; set; }
Visual Basic
Public Property AddCurvesBetweenTangents As Boolean
Get
Set
Visual C++
public: property bool AddCurvesBetweenTangents { bool get (); void set (bool value); }