Revit 2025.3 API
Format |
Checks whether an accuracy is valid for the display unit in this FormatOptions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValidAccuracy( double accuracy )
Public Function IsValidAccuracy ( accuracy As Double ) As Boolean
public: bool IsValidAccuracy( double accuracy )
member IsValidAccuracy : accuracy : float -> bool
Parameters
- accuracy Double
- The accuracy to check.
Return Value
BooleanTrue if the accuracy is valid, false otherwise.
| Exception | Condition |
|---|---|
| InvalidOperationException | UseDefault is true in this FormatOptions. |
See the Accuracy property for details on
valid accuracy values.
See Also