API 설명서 > Manufacturing > Object ProNcseq > Function ProNcseqElemVolumeSet
Function ProNcseqElemVolumeSet
Description
Stores a mill volume identifier in a ProNcseqElem data structure.
Applicable Element Id(s):
Synopsis
#include <ProNcseqElem.h>
ProNcseqElemVolumeSet
(
/* (In)
The ProNcseqElem handle in which to store the information
*/
int mill_vol_id
/* (In)
The identifier of the mill volume
*/
)
Returns
The function successfully stored the information.
One or more of the arguments are invalid.
Sample Code References
도움이 되셨나요?