Hi All,
I am using Pro/Intralink 3.3 / 2003290.
This is regarding duplicating objects in Workspace.
I am duplicating objects using the following API's
PDMLDBStartTransaction()
PDMLDBGetWorkspaceByName()
PDMWorkspaceGetWSPIByName()
PDMWorkspaceCreatePI()
PDMWSPIAddCurrWSPIVFile()
Copy physical file
This works fine for the parts without family table.
But if part or assembly contains any family table it simply
duplicates it but the new duplicated part doesn't contain family table.
So how do I duplicate instance since it doesn't have any physical file.
What is the right method to achieve this functionality?
Regards,
Pankaj Gupta