| Revit 2021.1 API |
| FormulaManager..::..GetFunctions Method |
| FormulaManager Class See Also |
Gets list of function names supported by formula engine
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public static IList<string> GetFunctions() |
| Visual Basic |
|---|
Public Shared Function GetFunctions As IList(Of String) |
| Visual C++ |
|---|
public: static IList<String^>^ GetFunctions() |