Again an iProperty question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have looked in the forum and on internet, but still did not find if this is possible.
Within Windows Explorer, you can read the iProperties of an Inventor file.
I would like to do this within an Inventor Add-in and without actually opening the file (for performance/speed).
I know, there is the apprentice option, but this does not work within an Addin and as far as I am right it still opens the file.
In my code, I select a directory with Inventor files and would like to do something with only the files with some sepcific text within an iProperty.
Because there can be a lot of files in that directory and I only want to process a few specific files, with the sepcific value in some properties, I would not like to open al files, only to read the iProperties.
Instead I would like to check some iProperties and if the values are what I am looking for, I will open the file and process it.
Does anybody know if this can be done?
Best Regards,
Branko.

