08-18-2017
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-18-2017
02:06 PM
Yes, I got it working now. Thanks
Dim oProxy As PlanarSketchProxy = TryCast(oSketch, PlanarSketchProxy) oDoc.Sheets(1).DrawingViews(1).SetVisibility(oSketch, False)
When I did bn.visible it actually turned the sketch of in the part
I tried bn.BrowserNodeDefinition.Visible but that completely removed the node from the browser
I was fooled that the Include and Visibility were properties of the browsernode rather than the drawingview.