API 文件集 > Manufacturing > Object ProNcseq > Function ProNcseqElemWindowSet
Function ProNcseqElemWindowSet
Description
Stores a mill window identifier in a ProNcseqElem data structure.
Applicable Element Id(s):
Synopsis
#include <ProNcseqElem.h>
ProNcseqElemWindowSet
(
/* (In)
The ProNcseqElem handle in which to store the information
*/
int mill_wind_id
/* (In)
The identifier of the mill window
*/
)
Returns
The function successfully stored the information.
One or more of the arguments are invalid.
Sample Code References
這是否有幫助?