SYNTAX:
xpxMakeHashTable(modelId, entityId : GENERIC;
subTypes : BOOLEAN; attributeName : STRING;VAR hashTableIndex : INTEGER) status : INTEGER;
The xpxMakeHashTable function makes hash table holding instances for one specific entity, possibly including its subtypes, for a specific model, where modelId is the model containing the instances to be hashed, entityId is the entity definition of instances to be hashed, subTypes is TRUE if the hash table should contain instances of the subtypes of the given entity, otherwise FALSE. attributeName is the name of the attribute used as hash key, and hashTableIndex is returned as the index of the newly created hash table.
This hashTableIndex should be used in later calls to xpxGetHashedValue , xpfGetHashedValue and xpxDeleteHashTable operations.
See also xpfMakeHashTable.
General
Content
Integrations