Export All text in model by text type?

How can I get all of my text types that use type name “3/32” arial" to export from the proj file? I do not want all the text in the entire file. Just this type! (see attached workspace)

You’ll have to filter them by Element.Name first. Then get the text and export it.

use a filterbyboolmask which checks if the textnote type “==” (is equal) to the “3/32” arial" type. Then use this boollist as the mask. :slight_smile: