Skip to content

FormatOptions.IsValidAccuracy(Double)

Public Class

Checks whether an accuracy is valid for the display unit in this FormatOptions.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public bool IsValidAccuracy(
double accuracy
)

Parameters

accuracyDouble

The accuracy to check.

Return Value

Boolean
True if the accuracy is valid, false otherwise.

Exceptions

Exception

Condition


InvalidOperationException

UseDefault is true in this FormatOptions.


Remarks

See the Accuracy property for details on valid accuracy values.