Description | ||||||||
Adds applicability data to the optional, non-Creo Parametric-native search parameter. This data sets the category and object type for which the search option is valid. Use multiple calls to this function if the option is valid for multiple categories or object types. | ||||||||
Synopsis | ||||||||
#include <ProMfgdb.h> | ||||||||
ProError | ProMfgdbSearchoptApplicDataAdd | ( | ||||||
ProMfgdbSearchopt search_option | ||||||||
/* (In) | ||||||||
user-specified option for search UI. | ||||||||
*/ | ||||||||
ProMfgdbObjCategory category | ||||||||
/* (In) | ||||||||
applicable object category. | ||||||||
*/ | ||||||||
ProMfgdbObjType object_type | ||||||||
/* (In) | ||||||||
applicable object type. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|