Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody. i had a problem.
i want to delete the sketchsymbol in the sheet. But it can't run.
I was the first time to try the ilogic in this month.
thanks for you to help me.
Dim oSketchedSymbolDef As SketchedSymbolDefinition = oDrawDoc.SketchedSymbolDefinitions.Item(SURFACE_TEXTURE) ' judge suface texuture existence For Each Sheet In SketchedSymbolDefinition If oSketchedSymbolDef.Name = SURFACE_TEXTURE Then oSketchedSymbolDef.Delete End If Next
Solved! Go to Solution.