Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Lars_Greft
in reply to: WCrihfield

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()