Hi’
Is there any way to send those objects where a bool parameter meets a true / false criteria?
I’ve tried the following; True
, true
and 1
.
The parameter in question is an instance Yes/No parameter.
Thanks
Hi’
Is there any way to send those objects where a bool parameter meets a true / false criteria?
I’ve tried the following; True
, true
and 1
.
The parameter in question is an instance Yes/No parameter.
Thanks
Hey @martinromby I just tried with Yes
and it worked for me
The code is literally just taking the AsValueString
from the Revit API (for future reference):