stmDeleteBindParameter Deletes a binding of a formal parameter of a generic chart to an actual one. Syntax stmDeleteBindParameter(stm_context, chart_name,instance_box_name, formal_parameter_name); Return Type status_code Arguments Argument Name Input/Output Argument Type Argument Description stm_context Input Pointer STM context descriptor that was returned by stmInitImport chart_name Input String Chart name where the generic instance box exists instance_box_name Input String The box name of the generic instance formal_parameter_name Input String Name of formal parameter
stmDeleteBindParameter(stm_context, chart_name,
);
status_code