Message 1 of 9
idw custom iproperties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
How would you start to tackle this?
Select a list of idw's,
(I've seen this code in the past)
GetFilenames = Split(oFileDlg.FileName, "|") ' if multiple names were selected, they will be separated by vertical bar characters
After selection I'd like to display the custom iproperties & edit them - just the drawing idw iproperties.
Most of the code I've found so far requires the drawing to be open - can this be done without opening the drawing?
(some drawings can take a while to open, just think it would be quicker drilling straight to the custom iproperties - not sure how to enter the path to the iproperties of a file on the disk.)
Thinking along the lines of:
Happy to start with something simple if possible.
Regards
Andrew