...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetInstanceContainers (currInst : GENERIC;
options : INTEGER)
instanceContainers : SET OF GENERIC;
|
The xpfGetInstanceContainers function returns the instance containers for the instance of interrest <currInst>. The instance containers are returned in the argument <instanceContainers>.
To be completed.
This function is equivalent to the EDMinterface function edmiGetInstanceContainers.
See also xpxGetInstanceContainers.
Arguments
...
Type | Name | Comment |
GENERIC | currInst | |
INTEGER | options | see below |
Return Value
...
Type | Name | Comment |
SET OF GENERIC | instanceContainers | comments |
Options
...
Option | Comment |
xpxCONTAINER | comment |
xpxLOCK_CONTAINER | |
xpxMODEL_CONTAINER | |
xpxMODEL_LOCK_CONTAINER | |
xpxANY_CONTAINER | equals to (xpxCONTAINER | xpxLOCK_CONTAINER | xpxMODEL_CONTAINER | xpxMODEL_LOCK_CONTAINER) |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|