Documentación de la API > Manufacturing > Object ProTool > Function ProToolParamGet
Function ProToolParamGet
Description
Retrieves the value of one of the tool parameters.
Synopsis
#include <ProTool.h>
ProToolParamGet
(
ProTool* tool_ref
/* (In)
The handle to the tool
*/
ProCharName param_name
/* (In)
The name of the tool parameter
*/
ProParamvalue* p_param_val
/* (Out)
The value of the specified parameter
*/
)
Returns
The function successfully retrieved the information.
The tool specified by tool_ref was not found.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?