I’d like to get the width of all doors on my project to determine whether or not they have the minimum requirements. However some doors have their width value stored on the Width parameter, while others on Rough Width.
I was wondering how could I get on a single list the values of both parameters (If possible)
or if I can get the parameter that contains Width on the string. I am kind of lost on this.
I could get the job done by doing two separate get.ParameterValueByName but I was trying an alternative approach
Thank you all