08-23-2024
08:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-23-2024
08:35 AM
Hi @SECOJOSE. I think you are looking for something like this:
Dim sTitle As String = iProperties.Value("22240287.iam", "Summary", "Title")
Logger.Info(sTitle)
...where "22240287.iam" is the file name, with file extension, of the assembly being referenced in your drawing. This type of iLogic shortcut snippet can 'reach' any document that is being referenced by the current document that the rule is acting upon. The "Summary" is associated with which PropertySet the iProperty is located within, then the "Title" is the name of the iProperty. Just change those as needed.
Wesley Crihfield
(Not an Autodesk Employee)