Description | ||||||||||||||
Returns the currently selected items in the manufacturing process table UI. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Advanced NC | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMfgproctable.h> | ||||||||||||||
ProError | ProMfgproctableSelecteditemsGet | ( | ||||||||||||
ProMfgproctableType table_type | ||||||||||||||
/* (Out) | ||||||||||||||
The type of table to get selected item. | ||||||||||||||
*/ | ||||||||||||||
ProMfgprocItem** items | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of selected items. Free this output using ProArrayFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|