Synopsis
PDX_MSGT gdx_UserAttributeGetEntities(long option, MDA_PTR gdx_user_attribute_ptr, MDA_COUNT *nentities, MDA_PTR *gdx_entity_ptrs[])
Purpose
Get entities from user attribute.
Description
Get the entities associated with the specified user attribute.
Input
option
Not used
gdx_user_attribute_ptr
Database pointer of user attribute
Output
nentities
Number of entities associated with the specified user attribute
gdx_entity_ptrs
Array of entities (must be freed by calling application)
Return
GDX_NOERR
GDX_INVALID_DBPTR
.fi