Documentación de la API > Cabling > Object ProSpool > Function ProSpoolParameterGet
Function ProSpoolParameterGet
Description
Retrieves one parameter of specified spool
Synopsis
#include <ProCabling.h>
ProSpoolParameterGet
(
ProSpool* spool
/* (In)
Handle of spool.
*/
ProName w_param_name
/* (In)
Name of retrieved parameter
*/
ProCableparam* p_param
/* (Out)
Parameter handle.
*/
)
Returns
The function successfully retrieved parameter.
One or more of the arguments was invalid.
Other error.
Sample Code References
User Guide References
¿Fue esto útil?