API Documentation > Manufacturing > Object ProMfg > Function ProMfgTypeGet
Function ProMfgTypeGet
Description
Returns the type of the specified manufacturing object.
Synopsis
#include <ProMfg.h>
ProMfgTypeGet
(
ProMfg mfg
/* (In)
The manufacturing object
*/
ProMfgType* r_sub_type
/* (Out)
The type of the manufacturing object
*/
)
Returns
The function successfully retrieved the information.
Other
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?