Category
Cabling
, Object
ProSpool
Function ProSpoolParameterDelete
Description
Deletes parameter in specified spool
Synopsis
#include <
ProCabling.h
>
ProError
ProSpoolParameterDelete
(
ProSpool
*
spool
/* (In)
Handle of spool.
*/
ProName
w_param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully delete parameter.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_E_NOT_FOUND
Spool with this name does not exist.
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 )