Function
Adds a named attribute with a floating-point value to an Object.
Syntax
#include <dx/dx.h>
Object DXSetFloatAttribute(Object o, char *name, double x)
Functional Details
Creates an Array containing the floating-point value x and then adds an attribute/value pair to the Object o. name specifies the name of the attribute and x represents its value. If name specifies an attribute that the Object o already has, then its previous value is replaced.
Return Value
Returns o or returns NULL and sets an error code.
See Also
DXGetFloatAttribute, DXSetAttribute, DXDeleteAttribute, DXSetComponentAttribute, DXSetIntegerAttribute, DXSetStringAttribute