Apply Method


Formula Editing Event Args Apply Method

Applies formula to the parameter

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void Apply(
	string formula
)

Parameters

formula String
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also