Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCopyModelBN (sourceNodelRepositoryName, sourceModelNamexpfCreateInstanceContainer (modelId : GENERIC; options : INTEGER; name : STRING; targetModelRepositoryName, targetModelName description : STRING) containerId : GENERIC; |
Use this function to ...The xpfCreateInstanceContainer function creates an instance container, and returns the unique ID of the new instance container in the argument <containerId>.
Arguments
...
Type | Name | Comment |
GENERIC | modelId | comments |
INTEGER | options | |
STRING | namecomments | |
STRING | description |
Return Value
...
Type | Name | Comment |
STRINGGENERIC | resultStringcontainerId | comments |
Options
...
Option | Comment | |
XPXSOMEOPTION | commentCONTAINER | comment |
LOCK_CONTAINER | ||
MODEL_CONTAINER | ||
MODEL_LOCK_CONTAINER | ||
ANY_CONTAINER | equal to CONTAINER | LOCK_CONTAINER | MODEL_CONTAINER | MODEL_LOCK_CONTAINER |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...