Documentação da API > Miscellaneous > Object ProParamtableentry > Function ProParamtableentryValueGet
Function ProParamtableentryValueGet
Description
Obtains the value for the parameter in this table set. If the parameter also has a range applied, this is the default value for the parameter.
Synopsis
#include <ProParameter.h>
ProParamtableentryValueGet
(
/* (In)
The parameter table entry.
*/
/* (Out)
The value for the parameter int this table set.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The parameter is assigned the null value in this table set.
Sample Code References
User Guide References
Isto foi útil?