Export family types to .txt file from directory

Wondering if there is a way to use dynamo to automatically export family to .txt file ‘family types’ for an entire folder. Thanks

image

Exporting Family Types as text is not supported in the API, however it would be possible to re-create them using the API

Revit docs has the syntax here Create a Type Catalog

Using the API you could open the family, get the family symbols (the types) and iterate through the parameter set to get the values

1 Like