Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 
SYNTAX:
 
xpfCreateInstanceContainer (modelId     : GENERIC;                             options     : INTEGER;                             name        : STRING;                             description : STRING)                             containerId : GENERIC;
 
To be completed.
The xpfCreateInstanceContainer function creates an instance container, and returns the unque ID of the new instance container in the argument <containerId>.
This function is equivalent to the EDMinterface function edmiCreateInstanceContainer.

...