Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to change between PartDocument and AssemblyDocument in Solid Edge (vb API)

Status
Not open for further replies.

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?
 
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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top