SYNTAX:
xpxCopyModel (soureModelId , targetModelRepositoryId : GENERIC; targetModelName : STRING;
VAR targetModlId : GENERIC) status : INTEGER;
The xpxCopyModel function copies the specified model modelId to a new model specified by the arguments targetModelRepositoryId and targetModelName. The modelId of the new model that is created, will be returned in the targetModelId argument.
This function is equivalent to the EDMinterface function edmiCopyModel
General
Content
Integrations