Jun 20, 2013 #1 kivancsi Mechanical Joined Jun 19, 2013 Messages 4 Location RS Hi everyone! How can I change the activeDocument from Part to Assembly and back in an API written in Visual Basic 6?
Hi everyone! How can I change the activeDocument from Part to Assembly and back in an API written in Visual Basic 6?
Jun 20, 2013 #2 JohnRBaker Mechanical Joined Jun 1, 2006 Messages 38,105 Location US You may get a quicker and more useful response if you were to post this inquiry in the 'Siemens: Solid Edge Forum'. John R. Baker, P.E. Product 'Evangelist' Product Engineering Software Siemens PLM Software Inc. Industry Sector Cypress, CA Siemens PLM: UG/NX Museum: To an Engineer, the glass is twice as big as it needs to be. Upvote 0 Downvote
You may get a quicker and more useful response if you were to post this inquiry in the 'Siemens: Solid Edge Forum'. John R. Baker, P.E. Product 'Evangelist' Product Engineering Software Siemens PLM Software Inc. Industry Sector Cypress, CA Siemens PLM: UG/NX Museum: To an Engineer, the glass is twice as big as it needs to be.
Jul 4, 2013 Thread starter #3 kivancsi Mechanical Joined Jun 19, 2013 Messages 4 Location RS I found the next solution with Set objDoc = objDocs.Item(N) the Nth open window (document) can be selected and with objDoc.Activate it can be activated Upvote 0 Downvote
I found the next solution with Set objDoc = objDocs.Item(N) the Nth open window (document) can be selected and with objDoc.Activate it can be activated