COM & .NET API of Cocreate Modeling are able to connect to a specific version of the application but not to a specific instance opened. If there are many instances running it connects to the first opened.
Code example:
Sub ConnectToOsdmServer()
Dim OsdmApp As CoCreate_OsdmObjects.IApplication
Set OsdmApp = CreateObject("CoCreate.OsdmServer")
OsdmApp.LoadFile("c:/temp/foo.pkg")
End Sub
Then I would like to have API to manage multiple instance of SolidDesigner.exe running.
Windchill Workgroup Manager is able to do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.