FormulaEditingEventArgsFormula Property |
Returns text of the formula that will be modified
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic string Formula { get; }
Public ReadOnly Property Formula As String
Get
public:
property String^ Formula {
String^ get ();
}
member Formula : string with get
Property Value
String
See Also