12-14-2023
12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-14-2023
12:27 AM
I've been digging a little in the VaultSDK.chm file and found a possible route, although I don't know to put it into code yet. Maybe someone could tell me if this route would be possible and/or provide some code.
- get the entityID of the active Inventor file
- get the FolderID of the parent folder (from the file class)
- use GetPropertiesByEntityIds (PropertyService class) to get the desired property values
- get the ParID with the FolderID (Folder class) to get the ID of the folder above the current folder
- repeat step 2.1