Documentación de la API > Cabling > Object ProSpool > Function ProSpoolParameterDelete
Function ProSpoolParameterDelete
Description
Deletes parameter in specified spool
Synopsis
#include <ProCabling.h>
ProSpoolParameterDelete
(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProName w_param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
The function successfully delete parameter.
Model is in read-only state.
One or more of the arguments was invalid.
Spool with this name does not exist.
Other error.
Sample Code References
User Guide References
¿Fue esto útil?