Function
Sets the Object to which a transform is applied.
Syntax
#include <dx/dx.h>
Xform DXSetXformObject(Xform x, Object o)
Functional Details
Replaces the object to be transformed, given an existing Xform object x. If o is not NULL, then the object to be transformed contained in the Xform object x is replaced by o.
Return Value
Returns x or returns NULL and sets an error code.
See Also
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]