SYNTAX:
xpfWideCopyInstanceBN (instanceId : GENERIC; modelId : GENERIC; options : INTEGER; in_includeExcludeRecursively : SET OF GENERIC; in_includeExcludeShallow : SET OF GENERIC; out_includeExcludeRecursively : SET OF GENERIC; out_includeExcludeShallow : SET OF GENERIC) newInstance : GENERIC;
To be completed.
The xpfWideCopyInstanceBN function copies
This function is equivalent to the EDMinterface function edmiWideCopyInstancesBN
Remarks:
When copying objects (entity instances & aggregate instances) from one model to another model, the actual objects must be "copied" from the source model into the target model. Copied in this context means that new entity instances/aggregate instances have to be created in the target model and then the "primitive attribute/aggregate values" have to be assigned from the source objects to the new created objects in the target model. Hence, "normal" assignment statements cannot be used for this purpose. An assignment operation will only "copy" the InstanceId of the actual object resulting in "invalid InstanceId in target model".
General
Content
Integrations