API Documentation > Cabling > Object ProSpool > Function ProSpoolParametersCollect
Function ProSpoolParametersCollect
Description
Retrieves parameters of specified spool
Synopsis
#include <ProCabling.h>
ProSpoolParametersCollect
(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProCableparam** p_params
/* (Out)
ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully retrieved parameters.
One or more of the arguments was invalid.
A spool with this name does not exist.
Other error.
Sample Code References
User Guide References
Was this helpful?