Category Manufacturing, Object ProAutodrill

Function ProAutodrillSegmentSet


Description
Reorder one of the groups( id's of its sequences) created by ProAutodrillSeqOrderAlloc(). It does not reorder features by itself. It only store the new ordering for future call to ProAutodrillReorder().
Synopsis
#include <ProAutodrill.h>
ProErrorProAutodrillSegmentSet(
ProMfg mfg
/* (In)
The manufacturing object.
*/
int segment_index
/* (In)
index of the segment.
*/
int* segment
/* (In)
The new ordering for the selected segment.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set data.
OtherThe input argument is invalid.