Category Manufacturing, Object ProMfg

Function ProMfgTypeGet


Description
Returns the type of the specified manufacturing object.
Synopsis
#include <ProMfg.h>
ProErrorProMfgTypeGet(
ProMfg mfg
/* (In)
The manufacturing object
*/
ProMfgType* r_sub_type
/* (Out)
The type of the manufacturing object
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.

Manual References:

  1. Production Applications: Manufacturing: Manufacturing Models

Sample Code References:

  1. pt_examples ( TestDbms.c )
  2. pt_examples ( TestClCmd.c )
  3. pt_examples ( TestMfgMenu.c )
  4. pt_examples ( UtilMfgNew.c )