Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I want to run an iLogic rule which breaks my resolved OLE links ( I've found about 30 examples which deletes the ole links but none that actually breaks the link and keeps/embeds the file. Is it possible, i only found the way to read the document type, not change it.
Dim oDoc As Inventor.Document
Dim ref As Inventor.ReferencedOLEFileDescriptor
oDoc = ThisApplication.ActiveDocument
For Each ref In oDoc.ReferencedOLEFileDescriptors
ref.BREAK THIS LINK
Next
Solved! Go to Solution.