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

Open an Ipt file invisibly

Hi,

 

I would like to open a ipt file which is my "Template". however I would like to open it invisibly whilst I make my adjustments is this possible?

 

I tryed the following but that isnt going to work...

 

                oApp = Marshal.GetActiveObject("Inventor.Application")
                oDocs = oApp.Documents
                oDoc = oDocs.Open("C:\Template.ipt", True).Visible = False