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