| Description |
| Allocates and initializes a structure for the user's optional, non-Creo Parametric-native search parameters. |
| Synopsis |
| #include <ProMfgdb.h> |
| ProError | ProMfgdbSearchoptCreate | ( |
| ProName external_name | |
| /*
(In) |
| name; can be translated. Can be NULL. internal_name is used if there is no translation. |
| */ |
| ProCharName internal_name | |
| /*
(In) |
| name; never translated. |
| */ |
| ProLine help_text | |
| /*
(In) |
| help line for the search option; can be translated. Can be NULL. internal_name is used if there is no translation. |
| */ |
| ProParamvalueType value_type | |
| /*
(In) |
| option value type. |
| */ |
| ProMfgdbName group_name | |
| /*
(In) |
| group name data, such as Geometry, General, or All, in search UI. Each option can be associated with only one group of options in the search UI. Can be NULL; group All used if specified as NULL. |
| */ |
| ProMfgdbSearchopt* p_search_option | |
| /*
(Out) |
| Allocated and initialized option for search UI; |
| */ |
| ) |
| Returns |
|
|