...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetDefinedTypeBN (schemaName, typeName : |
...
STRING;
VAR typeId : GENERIC)
status : INTEGER;
|
The function returns the instance id. of a type which is given by name. Its arguments are:
...
ARGUMENTS
...
Arguments
...
Type | Name | Comment |
STRING | schemaName | Name of the schema where the type is defined. |
STRING | typeName | Name of the type |
GENERIC | typeId | Instance id. of the type. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
This function is equivalent to the EDMinterface function edmiGetDefinedTypeBN.
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|