Share

QTOMaterialList.CurveCorrectionTolerance Property

Gets or sets the curve correction tolerance.



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

Syntax

C#

public double CurveCorrectionTolerance { get; set; }

VB

Public Property CurveCorrectionTolerance As Double
	Get
	Set

C++

public:
property double CurveCorrectionTolerance {
	double get ();
	void set (double value);
}

Property Value

Double

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

Reference

Was this information helpful?