...
SYNTAX:
xpxGetInstanceContainerId (modelId : GENERIC; containerName : STRING; VAR containerType : INTEGER; VAR containerId : GENERIC; VAR containerInstancesId : SET OF GENERIC) status : INTEGER;
To be completed.
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetInstanceContainerId (modelId : GENERIC;
containerName : STRING;
VAR containerType : INTEGER;
VAR containerId : GENERIC;
VAR containerInstancesId : SET OF GENERIC)
status : INTEGER;
|
The xpxGetInstanceContainerId function returns the id, type and contents of an instance container identified by its name and modelId.
This function is equivalent to the EDMinterface function edmiGetInstanceContainerId.
Arguments
...
Type | Name | Comment |
GENERIC | modelId | comment |
STRING | containerName | |
INTEGER | containerType | |
GENERIC | containerId | |
SET OF GENERIC | containerInstancesId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|