Documentación de la API > Manufacturing > Object ProAutodrill > Function ProAutodrillSegmentGet
Function ProAutodrillSegmentGet
Description
Returns one of the groups( id's of its sequences) created by ProAutodrillSeqOrderAlloc().
Synopsis
#include <ProAutodrill.h>
ProAutodrillSegmentGet
(
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
The function successfully retrieved the information.
Other
The input argument is invalid.
¿Fue esto útil?