Category Manufacturing, Object ProNcseq

Function ProNcseqElemWindowSet


Description
Stores a mill window identifier in a ProNcseqElem data structure.

Applicable Element Id(s):

PRO_E_MACH_WINDOW

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemWindowSet(
ProNcseqElem elem
/* (In)
The ProNcseqElem handle in which to store the information
*/
int mill_wind_id
/* (In)
The identifier of the mill window
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully stored the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )