Category Manufacturing, Object ProAutodrill

Function ProAutodrillSegmentNumGet


Description
Returns the number of groups created by ProAutodrillSeqOrderAlloc().
Synopsis
#include <ProAutodrill.h>
ProErrorProAutodrillSegmentNumGet(
ProMfg mfg
/* (In)
The manufacturing object.
*/
int* p_num_of_segments
/* (Out)
The number of groups created by ProAutodrillSeqOrderAlloc().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.