Function
Returns a named attribute of a specified component of a Field.
Syntax
#include <dx/dx.h>
Object DXGetComponentAttribute(Field f, char *name, char *attribute)
Functional Details
The routine first retrieves the component name from Field f. If the component exists, the attribute specified by the string attribute associated with that component is returned.
Return Value
Returns the Object associated with attribute of component name or returns NULL without setting an error code (unless f is not a Field).
See Also
DXGetAttribute, DXGetComponentValue, DXGetEnumeratedComponentAttribute, DXGetFloatAttribute, DXGetIntegerAttribute, DXSetComponentAttribute