Revit 2025.3 API
ParameterSet Method |
Sets the parameter to a new value.
| Name | Description | |
|---|---|---|
| Set(Double) | Sets the parameter to a new real number value. | |
| Set(ElementId) | Sets the parameter to a new element id. | |
| Set(Int32) | Sets the parameter to a new integer value. | |
| Set(String) | Sets the parameter to a new string of text. |
See Also