Message 1 of 2
SaveCopyAs automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all
The code is intended to perform a "Save Copy As" for the entire assembly. However, I am encountering a few issues:
The grid view is not displaying as required. It should follow the model tree structure, but it currently does not.
Duplicates are visible in the model tree, which I do not want; only unique items should be visible.
When I hover over or select a part or assembly, the corresponding line in the grid view should be highlighted.
I want the code to also save a copy of the main assembly in which it is running.
The code should create a folder named after the main assembly and save the copy using the project’s .ipj path.
can anyone help me on this