Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a dialog that opens on save and displays custom iProperties, allows edits, then saves these iProperties back to the file and continues on with the save. For initial save this works as expected. Hit save, dialog opens, function reads iProps, populated dialog with iProps. A save-as shows strange behavior though.
- If the file is opened, iProperties modified, (not saved yet) then hit save-as, the iProps do not get pulled as the updated iProps.
- If the file is opened, iProperties modified, file saved, then hit save-as, the iProps do get pulled in correct.
This is what I'm using to pull the iProperties (PowerShell):
$document.PropertySets.Item("User Defined Properties")
Using Inventor 2024.
Using Inventor 2024.
Is anybody able to reproduce this behavior or have you seen it before?
Solved! Go to Solution.