| Revit 2022 API |
| FormulaEditingEventArgs..::..Formula Property |
| FormulaEditingEventArgs Class See Also |
Returns text of the formula that will be modified
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public string Formula { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Formula As String Get |
| Visual C++ |
|---|
public: property String^ Formula { String^ get (); } |