Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpfGetDefinedType (modelId  : GENERIC;
                   typeName : STRING)
                   typeId   : GENERIC;
 
The xpfGetDefinedType function returns the the instance id of a type which is given by name.
<modelId>: Id of a model which populates the schema where the type is defined.
<typeName> : Name of the type.
<typeId> :Returned value, instance id of the type.
This function is equivalent to the EDMinterface function edmiGetDefinedType.
See also xpxGetDefinedType.

  • No labels