...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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
Arguments
...
Type | Name | Comment |
STRING | sourceNodelRepositoryName | The name of the repository holding the source model |
STRING | sourceModelName | The name of the source model |
STRING | targetModelRepositoryName | The name of the repository holding the target model |
STRING | targetModelName | The name of the target model |
GENERIC | targetModlId | Unique id representing a target model within the EDMdatabase |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|