Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
GENERICmodelIdcomments
INTEGERoptions 
STRINGnamecomments 
STRINGdescription 

Return Value

...

 

TypeNameComment
STRINGGENERICresultStringcontainerIdcomments

Options

...

OptionComment
XPXSOMEOPTIONcommentCONTAINERcomment
LOCK_CONTAINER 
MODEL_CONTAINER 
MODEL_LOCK_CONTAINER 
ANY_CONTAINERequal to CONTAINER | LOCK_CONTAINER | MODEL_CONTAINER | MODEL_LOCK_CONTAINER

 

Example

...

Code Block
languagecpp
<Missing Example>

...