Category
Cabling
, Object
ProSpool
Function ProSpoolParametersSet
Description
Set parameters for specified spool
Synopsis
#include <
ProCabling.h
>
ProError
ProSpoolParametersSet
(
ProSpool
*
spool
/* (In)
Handle of spool.
*/
ProCableparam
*
p_params
/* (In)
ProArray
of new parameters.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully sets new parameters.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_E_NOT_FOUND
Spool with this name does not exist, or array does not contain required params, or read only params are changed.
PRO_TK_GENERAL_ERROR
Other error.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Production Applications: Cabling: Spool Parameters
Production Applications: Cabling: Spool Parameters
Sample Code References:
pt_examples ( UtilCable.c )