I want to use the Node “Element.SetParameterByName” to change the value of a parameter with StorageType ElementId. And to be precise to the Option “(none)” (in the picture it says cause is in German). I tried to input “-1” but it says the StorageType is not a number. I habe also tried to input “ElementId.InvalidElementId” from a Python Node (which is -1 anyway) and it doesnt work either.
I can’t say I’ve dealt with exactly this issue, but I imagine you’d need to retreive all the available options of StorageType, and then feed that into the SetParameterByName node, rather than a text/number input
I think this post is similar and can work for you, using the Spring node, SetParameterToNone.
1 Like
Element.SetParameterToNone from Spring nodes did the trick! Thanks
2 Likes