I am not sure. This is example in document
Sub Add( VPMReference iProductReference,
VPMInstance oProductInstance)
Creates a new child PLM Product Instance.
This example shows you how to instantiate a PLM Product Reference (oProdRefToBeInstantiated), to insert the new instance below...
Hi
I want to write a macro using VB.NET or VBA to insert a new 3DPart or 3DShape under a product. I read V6 Automation Help document but i don't see it. I also used record but CATIA can't record that action. I followed this example to write my code Instantiating Product Representation Reference...