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

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.