Gets or sets the curve correction tolerance.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double CurveCorrectionTolerance { get; set; }
Visual Basic
Public Property CurveCorrectionTolerance As Double
	Get
	Set
Visual C++
public:
property double CurveCorrectionTolerance {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
[!: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].

See Also