PolylineOptionsAddCurvesBetweenTangents Property |
Specifies whether to add curves between tangents.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AddCurvesBetweenTangents { get; set; }
Public Property AddCurvesBetweenTangents As Boolean
Get
Set
public:
property bool AddCurvesBetweenTangents {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also