Share

FormulaManager Class

A class to access and query information about formula engine in Revit models.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.FormulaManager


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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

Remarks

Formula manager

See Also

Reference

Was this information helpful?