Revit 2025.3 API
Formula |
Applies formula to the parameter
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.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