Hi, please need help.
How i can take BuiltIn param as Value string with storage type Integer.
Rhythm has a node just for this - GetParameterAsValueString.
1 Like
Thanks a lot!
If that answers your question please mark the post as a solution.
Couldn’t you simply use get GetDarameterValueByName
and then convert it to a string?
1 Like
It depends on the parameter. Certain BuiltIn parameters have front facing values (like worksets, design options, etc) but use an internal Id for Get/Set. This is what @tpancingkom is talking about. The API will return an element Id rather than the name you see in Revit.
3 Likes