Revit 2025.3 API
Formula |
Returns text of the formula that will be modified
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string Formula { get; }
Public ReadOnly Property Formula As String Get
public: property String^ Formula { String^ get (); }
member Formula : string with get
Property Value
StringSee Also