Share

SettingsCmdFitCurveFeature.SettingsCmdFeatureLineFitCurve.Tolerance Property

Specifies the maximum distance from a PI along the feature to the arc that is to be inserted.



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

Syntax

C#

public PropertyDouble Tolerance { get; }

VB

Public ReadOnly Property Tolerance As PropertyDouble
	Get

C++

public:
property PropertyDouble^ Tolerance {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?