Function
Retrieves the nth attribute from an Object.
Syntax
#include <dx/dx.h>
Object DXGetEnumeratedAttribute(Object o, int n, char **name)
Functional Details
The attribute to be retrieved from Object o is specified by the zero-based index n. If o has an nth attribute, and name is not NULL, the string associated with the nth attribute will be returned in name.
Return Value
Returns the Object associated with the index n or returns NULL without setting an error code.
See Also
DXGetAttribute, DXGetFloatAttribute, DXGetIntegerAttribute, DXGetStringAttribute, DXSetAttribute, DXDeleteAttribute, DXSetFloatAttribute, DXSetIntegerAttribute, DXSetStringAttribute