SYNTAX:
xpxGetDefinedTypeBN (schemaName, typeName : STRING; VAR typeId : GENERIC)
status : INTEGER;
The xpxGetDefinedTypeBN function returns the instance id. of a type which is given by name. Its arguments are:
ARGUMENTS |
Description |
schemaName |
Name of the schema where the type is defined. |
typeName |
Name of the type |
typeId |
Instance id. of the type |
This function is equivalent to the EDMinterface function edmiGetDefinedTypeBN.