API 설명서 > Manufacturing > Object ProMfgdb > Function ProMfgdbSearchoptApplicDataAdd
Function ProMfgdbSearchoptApplicDataAdd
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>
ProMfgdbSearchoptApplicDataAdd
(
ProMfgdbSearchopt search_option
/* (In)
user-specified option for search UI.
*/
/* (In)
applicable object category.
*/
ProMfgdbObjType object_type
/* (In)
applicable object type.
*/
)
Returns
The function successfully added applicability data to the option.
One or more of the input arguments are invalid.
User Guide References
도움이 되셨나요?