Category Manufacturing, Object ProMfgdb

Function ProMfgdbExprCategoryGet


Description
Provides the category of the attribute contained in the specified expression in a leaf node.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbExprCategoryGet(
ProMfgdbExpression expression
/* (In)
The expression.
*/
ProMfgdbObjCategory* p_category
/* (Out)
The category.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived the category.
PRO_TK_BAD_INPUTSThe expression handle was invalid or did not contain a category.

Manual References:

  1. Production Applications: Customized Tool Database: Querying the External Database
  2. Production Applications: Customized Tool Database: Querying the External Database