ShortCurveTolerance Property
The enforced minimum length for any curve created by Revit.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:  2014

Syntax

C#
public double ShortCurveTolerance { get; }
Visual Basic
Public ReadOnly Property ShortCurveTolerance As Double
	Get
Visual C++
public:
property double ShortCurveTolerance {
	double get ();
}

See Also