...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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
Arguments
...
Type | Name | Comment |
GENERIC | modelId | Id of a model which populates the schema where the type is defined. |
STRING | typeName |
...
Name of the type. |
...
Return Value
...
Type | Name | Comment |
GENERIC | typeId | Returned value, instance id of the type. |
...
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|