Get Floor Tags

I am trying to retrieve a list of all my placed Floor Tags. Retrieving all tags categories works well, but when I use the AllElementsOfCategory node, the Floor Tags and some other tag categories return null values rather than nested lists. Why are the elements of some tag categories not providing results? And how can I retrieve the elements of these tag categories?

Use spring nodes collect.elementsInView because it has wrappers for some elements that dynamo does not.

I recently ran into this on electrical tags and reported the issue here. https://github.com/DynamoDS/DynamoRevit/issues/2742

The downside here is, you’re going to pretty much have trouble with any of the elements downstream.

1 Like

Thanks for the explanation, John. I’ll give it a shot.

1 Like