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.
...