Message 1 of 6
Determine (Get) Parts List "Auto Sort on Update" status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Inventor 2018 we got the Sort2 method for Parts Lists that lets us set the "AutoSortOnUpdate" status.
Is there any way to "Get" the AutoSortOnUpdate status for a Parts List?
I'm iterating through all of the Parts Lists in a drawing and setting them to sorted, but the performance is very slow because it runs Sort2 even for Parts Lists that are already sorted. I'd like to only run the Sort2 method if AutoSortOnUpdate is currently off.