Revit 2025.3 API
ParameterSet |
Set the parameter value according to the input string.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SetValueString( string valueString )
Public Function SetValueString ( valueString As String ) As Boolean
public: bool SetValueString( String^ valueString )
member SetValueString : valueString : string -> bool
Parameters
- valueString String
- The string that represents the parameter value.
Return Value
BooleanIndicates whether the parameter value is successfully set.
The method only applies to parameters of value types.
See Also