DMRI_CSJN
2014-03-18, 12:16 PM
Hi Guy's
I'm using Inventor 2013 and like to read (eventuel change) the ipt file name.
My problem is that I can't access the iProperty tab "General" where the "filename.ipt" are displayed. I have no problem with access to the other tab's (Project, Summary, Customer...)
My code is:
Part_Number = iProperties.Value("Project", "Part Number")
MsgBox(Part_Number)
Part_Title = iProperties.Value("Summary", "Title")
MsgBox(Part_Name)
Part_Name=iProperties.Value("General", "Name")
Any help will be appreciated
Claus
I'm using Inventor 2013 and like to read (eventuel change) the ipt file name.
My problem is that I can't access the iProperty tab "General" where the "filename.ipt" are displayed. I have no problem with access to the other tab's (Project, Summary, Customer...)
My code is:
Part_Number = iProperties.Value("Project", "Part Number")
MsgBox(Part_Number)
Part_Title = iProperties.Value("Summary", "Title")
MsgBox(Part_Name)
Part_Name=iProperties.Value("General", "Name")
Any help will be appreciated
Claus