Synopsis
PDX_MSGT gdx_EntityGetUserAttributes(long option, MDA_PTR gdx_entity_ptr, MDA_COUNT *nattributes, MDA_PTR *gdx_user_attribute_ptrs[])
Purpose
Get the user attributes.
Description
Get the user attributes associated with the specified entity. See also gdx_EntityGetUserAttributes2 for similar functionality.
Input
option
Not used
gdx_entity_ptr
Database pointer of entity to get user attributes for
Output
nattributes
Number of user attributes
gdx_user_attribute_ptrs
Array of user attribute database pointers (must be freed by calling application)
Return
GDX_NOERR
GDX_INVALID_DBPTR
.fi