Category Manufacturing, Object ProMfgdb

Function ProMfgdbDataSearchoptAdd


Description
Adds definitions of an optional, non-Creo Parametric-native search parameter to the structure created by ProMfgdbDataAlloc. To add multiple names, make multiple calls to this function with each call specifying a new search_option name.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbDataSearchoptAdd(
ProMfgdbData mfgdb_data
/* (In)
handle to the database data.
*/
ProMfgdbSearchopt search_option
/* (In)
option created by user for search UI.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added database name data.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Production Applications: Customized Tool Database: Setting up the Database and Custom Search Parameters
  2. Production Applications: Customized Tool Database: Setting up the Database and Custom Search Parameters