RwSetShapePath(char *path, RwCombineOperation op);
Description
Modifies the shape path. The path may be prepended to (rwPRECONCAT), appended to (rwPOSTCONCAT), or replaced (rwREPLACE).
Arguments
path Pointer to the new path string.
op Combination operator.
Return Value
TRUE if successful, and FALSE otherwise.
See Also