Category Cabling, Object ProSpool

Function ProSpoolParametersSet


Description
Set parameters for specified spool
Synopsis
#include <ProCabling.h>
ProErrorProSpoolParametersSet(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProCableparam* p_params
/* (In)
ProArray of new parameters.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully sets new parameters.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_NOT_FOUNDSpool with this name does not exist, or array does not contain required params, or read only params are changed.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Spool Parameters
  3. Production Applications: Cabling: Spool Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )