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

Hi Michael,

 

Thank you for your help. I apologize for my lack of understanding of how code works but If I put your code in Inventor I get a lot of errors. I assume this code is not used in Inventor? 

 

I would like precisely the opposite then what your code does. To hide only one component in one of the projected views. And if possible in the form I can put in inventor like:

 

Dim oDrawingDoc As DrawingDocument = ThisApplication.ActiveDocument
Dim oSheet As Sheet = oDrawingDoc.Sheets.Item(1)
Dim oView2 As DrawingView etc...

I hope that I am making some sense :grinning_face_with_smiling_eyes:

 

Tom