Sheet Set - Replace specific block on each sheet with a new block

It’s essentially just a collection of object IDs, so you can iterate over it. Something like this:

for oid in btr:
    # Do work here
1 Like