
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write an iLogic rule that when I have one file open it will open a second file I specify and grab some of its iProperties. I can find and open the file just fine, but I am having trouble finding a way to access its iProperties. I have been researching and I saw this article:
http://help.autodesk.com/view/INVNTOR/2014/ENU/?guid=GUID-8CAEA21E-A604-4D0A-8F06-3FA5B693CE6B
Which looked to me like I could specify the second file's fileName and get its iProperties, but that doesn't seem to work. I keep getting a null / blank value. I then thought I could specify the active document and do something like:
SyntaxEditor Code Snippet
doc.PropertySets.Item("Project").Item("Description").Value
But that didn't work either. Does anyone know how to access the iProperties of one document from another?
I'm stumped.
Solved! Go to Solution.