Revit 2022.1 API |
Application..::..ShortCurveTolerance Property |
Application Class See Also |
The enforced minimum length for any curve created by Revit.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.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 (); } |