Object ProMfgproctable

Callback ProMfgproctableItemActionFunction


Description
This is the action function called when a user invokes the button added to the manufacturing process manager dialog.
Synopsis
#include <ProMfgproctable.h>
ProError(*ProMfgproctableItemActionFunction)(
ProMfg mfg
/* (In)
The manufacturing model being edited.
*/
char* button_name
/* (In)
The name of the item in the dialog.
*/
ProAppData appdata
/* (In)
Application data that was set when the item was registered.
*/
)
Returns
Any other valueReturn values are not interpreted by Creo Parametric.

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Process Manager User Interface
  2. Production Applications: NC Process Manager: Accessing the Process Manager User Interface