Rebar
Is
|
Checks if the specified formula is valid (has a valid syntax).
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- document Document
- A document.
- formula String
- The formula to check.
Return Value
BooleanReturns true if the specified formula is valid (has a valid syntax), false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |