How to get the ipj properties ?

How to get the ipj properties ?

Anonymous
Not applicable
333 Views
1 Reply
Message 1 of 2

How to get the ipj properties ?

Anonymous
Not applicable
Hello,

When setting an ipj you can see that is has some options: Libraries, Folder Options etc. I am interested in getting the properties from the Options group. And mostly: Release ID and Name.


Tried the first thing that came into my mind - open the ipj as an xml and read data. But I cannot find the Name Option. And I am thinking that maybe there is a better way.


Thanks
0 Likes
334 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Opening the file like an XML document works the best. The Name is the same as the filename. ReleaseID's XPath is "/InventorProject/ProjectOptions/ReleaseID"
0 Likes