Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a list of Inventor parts (path + filename), on which I need to get properties.
I know manipulate the part document once I have it, but how can I create it ?
For example :
dim myfilename as string
dim oPart as partdocument
filename = "c:\project\mypart.ipt" 'I know this file exist
'Looking for something like :
set oPart = filename
Alain
Solved! Go to Solution.