10-06-2022
05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-06-2022
05:58 AM
Thank you the reply @WCrihfield, I've tried the code below but unfortunately that also doesn't work with suppressed components. I don't have enough knowledge with iLogic to extract the document's file name, is it possible for you to help me with that, by giving an example?
Dim ThisAssembly As AssemblyDocument = ThisDoc.Document
For Each oRefDoc As Document In ThisAssembly.ReferencedDocuments
oRefDoc.PropertySets.Item("Inventor Summary Information").Item("Keywords").Value = "Test"
Next
InventorVb.DocumentUpdate()