Titleblock instance parameter YES/NO

Trying to Control a Title Block instance parameter on multiple sheets.

The parameter shows different stages of a Project; working drawings, as built etc.
This info is shown as a text with visibility instance parameter on/off on the sheets.

I want to Control these parameters in Dynamo, can you help? Just starting to le

arn Dynamo…

Hi @oba

What’s the parameter storage type for “Sheet Status - 6 …”? Would be better if you could drop title block family here.

@oba You need to feed elements currently you’re feeding get parameter values:

aha! Thank you! And what if I want to turn ON a different parameter right after this one is turned off?

You just need to use below nodes to turn on/off. No need to use list.count, List,offRepeated items etc. Just right click Element.Setparameter node and change lacing to longest since you’re using Dynamo version 0.9x.

Good Luck!

This is just amazing, thank you so much for a quick response!!!

@oba please mark the post as solved. You’re welcome!

Hi Oba,
could you please upload the dynamo script, I am also trying to do the same thing with sheets instance parameter. Just started learning dynamo.