API 설명서 > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemReorderlimitsGet
Function ProMfgprocitemReorderlimitsGet
Description
Identifies the range of predecessor items in the manufacturing process table to which the input item may potentially be reordered. Optionally you can determine this range for only the parent/child relationships or for those relationships plus other limiting factors.
NOTE: This function does not reorder the steps. Use ProMfgprocitemReorder() to accomplish that task.
Licensing Requirement
Synopsis
ProMfgprocitemReorderlimitsGet
(
ProMfgprocItem* target_items
/* (In)
ProArray of steps which are potentially to be reordered.
*/
/* (In)
Bitmask containing one or more types of checks to use in this determination.
*/
ProMfgprocItem* first_predecessor
/* (Out)
The first possible predecessor item for the reorder operation.
*/
ProMfgprocItem* last_predecessor
/* (Out)
The last possible predecessor item for the reorder operation.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The indicated set of items cannot be reordered to any other location in the process table.
The manufacturing process table has not been initialized, see ProMfgProctableEnable().
User Guide References
도움이 되셨나요?