Documentación de la API > Manufacturing > Object ProTool > Function ProToolElemParamAdd
Function ProToolElemParamAdd
Description
Stores an additional parameter in a ProToolElem data structure.
Applicable Element Id(s):
Synopsis
#include <ProToolElem.h>
ProToolElemParamAdd
(
/* (In)
The ProToolElem in which to store the parameter
*/
ProParamvalue* param_value
/* (In)
The value of the parameter to add
*/
ProCharName param_name
/* (In)
The name of the parameter to add
*/
)
Returns
The function successfully added the parameter.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?