hi all
I want to select all types ending in EA and UA. How do I go about doing this
Do you need to filter the elements end with EA?
The dropdown is for filter rules. You’ll want to use something like Sting.Substring
or String.EndsWith
to check the name of the family type for the suffix you’re looking for.