Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCreateInstanceContainer (modelId : GENERIC;
options : INTEGER;
name : STRING;
description : STRING)
containerId : GENERIC;
|
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 | name | |
STRING | description |
Return Value
...
Type | Name | Comment |
GENERIC | containerId | comments |
Options
...
Option | Comment |
CONTAINER | 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> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...