API Documentation > Manufacturing > Object ProMfgdb > Function ProMfgdbSearchoptAllowedValueAdd
Function ProMfgdbSearchoptAllowedValueAdd
Description
Adds valid value for the optional, non-Creo Parametric-native search parameter. Use multiple calls to this function if the option has multiple valid values.
Synopsis
#include <ProMfgdb.h>
ProMfgdbSearchoptAllowedValueAdd
(
ProMfgdbSearchopt search_option
/* (In)
option, created by user for search UI.
*/
ProLine external_value
/* (In)
value; can be translated. Can be NULL. nternal_value is used if there is no translation.
*/
ProCharLine internal_value
/* (In)
value; never translated.
*/
ProLine help_text
/* (In)
value help text; can be translated. Can be NULL. internal_value is used if there is no translation.
*/
)
Returns
The function successfully added allowed value to the option.
One or more of the input arguments are invalid.
User Guide References
Was this helpful?