Checks whether an accuracy is valid for the display unit in this FormatOptions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidAccuracy( double accuracy )
Parameters
- accuracy Double
- The accuracy to check.
Return Value
BooleanTrue if the accuracy is valid, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | UseDefault is true in this FormatOptions. |
