Revit 2026 API
Formula |
Applies formula to the parameter
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void Apply( string formula )
Public Sub Apply ( formula As String )
public: void Apply( String^ formula )
member Apply : formula : string -> unit
Parameters
- formula String

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also