Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to break link reference component of sketch show as image.
Did i do something wrong?
Option Explicit
Sub zzzzzzzzzzz()
Dim oPart As PartDocument
Set oPart = ThisApplication.ActiveDocument
Dim oPartDef As ComponentDefinition
Set oPartDef = oPart.ComponentDefinition
Dim oSketch As PlanarSketch
Set oSketch = oPart.ComponentDefinition.Sketches.item("Sketch29")
oSketch.ReferenceComponent.BreakLinkToFile
End Sub
Solved! Go to Solution.