Gets or sets the curve correction tolerance.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double CurveCorrectionTolerance { get; set; }Visual Basic
Public Property CurveCorrectionTolerance As Double
Get
SetVisual C++
public: property double CurveCorrectionTolerance { double get (); void set (double value); }
Exceptions
| Exception | Condition |
|---|---|
| [!:System.InvalidOperationException] | Thrown when volume calculation method is Autodesk.Civil.DatabaseServices.MaterialVolumeCalculationMethodType.CompositeVolume. |
| [!:System.ArgumentException] | Thrown when setting to a value that is out of range [-2PI, 2PI]. |