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.4.2516.0

Syntax

C#
public PropertyDouble Tolerance { get; }
Visual Basic
Public ReadOnly Property Tolerance As PropertyDouble
	Get
Visual C++
public:
property PropertyDouble^ Tolerance {
	PropertyDouble^ get ();
}

See Also