10-14-2021
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-14-2021
07:15 AM
Are you making use of the Documents.OpenWithOptions() method, or just the Documents.Open() method? The OpenWithOptions method allows you to open assemblies in Express Mode, Skip All Unresolved Files, & Defer Updates, which might help speed up the process a bit. Also, depending on if you are using 2022 or earlier version, you can specify ModelState or LevelOfDetail, which if a simplified one exists, also helps to not load unnecessary stuff into memory, which might help too.
Wesley Crihfield
(Not an Autodesk Employee)