Category Manufacturing, Object ProAutodrill

Function ProAutodrillSegmentGet


Description
Returns one of the groups( id's of its sequences) created by ProAutodrillSeqOrderAlloc().
Synopsis
#include <ProAutodrill.h>
ProErrorProAutodrillSegmentGet(
ProMfg mfg
/* (In)
The manufacturing object.
*/
int segment_index
/* (In)
index of the segment.
*/
int** p_segment
/* (Out)
address of the segment. *p_segment is a pre_allocated array.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.