- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi Navis API gurus,
I'm wrinting code to maintain nwf files. I'm appending and removing files in the nwf files. When I append files they always appear last in the selection tree even if they start with the letter a. In the GUI interface it is possible to do a sort manually but I havn't been able to do a "in place" sort of activedocument from code. I see that there are internal methods that might be useful like InternalInsert(int index, Model item); but I guess they are internal only. I also tryed Autodesk.Navisworks.Api.Application.ActiveDocument.Models.OrderBy but that seems to create a new sorted list ( it is not a in place sort).
Any suggestions. I'm currently coding towards the 2012 api.
Ulrik
Solved! Go to Solution.