HI to everyone!
Is it possible create new parameters in dynamo with the setting “hide parameters when no value”? I haven’t found any node. Thank you very much!
What setting are you talking about? How would you do this in Revit natively?
I’m talking about the creation of parameters in Revit.
Is possible to activate the property “hidewhennovalue” setting on “1” the shared parameter file.
In Dynamo is possible to create new parameters and set this value on “1”?
If it’s not possible in Revit, it’s not possible with Dynamo. Some of those parameters (including HideWhenNoValue) are only available within the SPF. Those are the parameters the Revit warns about modifying and doesn’t give you any opportunity to do so besides manually editing the file.
For the record I’ll say be very careful modifying those parameters. However, you could write a script to open and edit the SPF by looking for specific parameter names and making whatever changes you’re after, including setting HideWhenNoValue.
Ok, thank you! I will try and I will update the topic.