QTOMaterialListCurveCorrectionTolerance Property |
Gets or sets the curve correction tolerance.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double CurveCorrectionTolerance { get; set; }
Public Property CurveCorrectionTolerance As Double
Get
Set
public:
property double CurveCorrectionTolerance {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | 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].
|
See Also