cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

Add COM & .NET API to manage multiple instance of SolidDesigner.exe

Add COM & .NET API to manage multiple instance of SolidDesigner.exe

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.

1 Comment
PTCModerator
Emeritus
Status changed to: Archived