API 文件集 > Miscellaneous > Object ProMfgproctable > Function ProMfgproctableSelecteditemsGet
Function ProMfgproctableSelecteditemsGet
Description
Returns the currently selected items in the manufacturing process table UI.
Licensing Requirement
Synopsis
ProMfgproctableSelecteditemsGet
(
/* (Out)
The type of table to get selected item.
*/
/* (Out)
ProArray of selected items. Free this output using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No selected items were found.
The manufacturing process table UI is not currently open.
Sample Code References
這是否有幫助?