Message 1 of 17
Retreieve iProperty from specified file

Not applicable
02-13-2018
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
From a drawing, I want to retrieve a custom iProperty from a specific file. The code below works, but my file is in a parent folder. How do I specify the path for this file? If I include it directly together with the file name, it only interprets it as part of the file name, not the path..
iProperties.Value("file.iam", "Custom", "Test")