2021 Class
Changes 0
C

FormulaManager

Description:
A class to access and query information about formula engine in Revit models.
Remarks:
Formula manager
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FormulaManager
public class FormulaManager : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M Evaluate(ElementId, Document, String) string Evaluates value of the formula
M GetFunctions() IList<string> Gets list of function names supported by formula engine
M GetOperators() IList<string> Gets list of operator names supported by formula engine
M Validate(ElementId, Document, String) string Validates the formuls
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.