Good morning.
I am trying to obtain the value of the parameter but it shows an ERROR… I don’t understand why this error appears… could you please help me as I am doing it wrong…??
Try to check if parameter has value, and then get the value as string. You can check by using the HasValue property:
for i in Elementos:
if i.LookupParameter("COBIE.Component.InstallationDate").HasValue:
#then continue your code here
Hope that helps!
Could you share sample rvt file?
ok . here.!
Script_evaluate.dyn (6.3 KB)
GetCobieInstallationDate.rvt (3.7 MB)
Thank you very much for your help… the mistake was mine, sorry… the stress didn’t let me see the mistake… thank you very much.




