FormulaManager Class

A class to access and query information about formula engine in Revit models.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFormulaManager

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FormulaManager : IDisposable

The FormulaManager type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FormulaManager
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberEvaluate Evaluates value of the formula
Public methodStatic memberGetFunctions Gets list of function names supported by formula engine
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetOperators Gets list of operator names supported by formula engine
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberValidate Validates the formuls
Top
Remarks
Formula manager
See Also