QTOMaterialListCurveCorrectionTolerance Property

Gets or sets the curve correction tolerance.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double CurveCorrectionTolerance { get; set; }

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