
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I've been working on an app which reads details of Family (rfa) files and displays them in a WPF pane. Everything is functioning nicely. However to access Family details (Name, Category etc.) I'm temporarily loading them into the active document in a transaction, reading and storing the details I want and then rolling back the transaction. This fine for the small amount of files I'm working with, but has some downsides (for example LoadFamily doesn't appear to create an out if a family already exists within a project).
I started putting together an app which would use multiple threads to perform these operations, however from what I've read it seems like this is frowned upon and generally not a good idea.
Does anybody have any alternative suggestions as to how I could read Family Name, Category etc. but not perform the LoadFamily operation on the current active document?
I hope that made sense!
Cheers,
Adam
Solved! Go to Solution.