Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxCopyModelBN (sourceNodelRepositoryName , sourceModelName : STRING;                targetModelRepositoryName , targetModelName : STRING;                VAR targetModlId                            : GENERIC)
                status                                      : INTEGER;
 
The xpxCopyModelBN function copies the source model specified by the sourceNodelRepositoryName and the sourceModelName arguments to a new model specified by the targetModelRepositoryName 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 edmiCopyModelBN

  • No labels