Function ProQuiltdataSurfArraySet
Description
Sets an array of pointers to surfaces of the quilt.
Synopsis
#include <ProQuiltdata.h>
ProQuiltdataSurfArraySet
(
ProQuiltdata* p_quilt_data
/* (In)
The quilt
*/
ProSurfacedata** arr_p_surf
/* (In)
The ProArray of pointers to surfaces of the quilt
*/
)
Returns
The function successfully set the information.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?