Documentación de la API > Manufacturing > Object ProMfg > Function ProMfgProctableVisit
Function ProMfgProctableVisit
Description
Visits the steps, operations and workcells in the manufacturing process table.
Note: The steps and operations will be visited in the order that they are listed in the table.
Licensing Requirement
Synopsis
ProMfgProctableVisit
(
ProMfg mfg
/* (In)
The manufacturing model.
*/
/* (In)
The type of table to visit.
*/
/* (In)
The visit action.
*/
/* (In)
The filter action. Can be NULL.
*/
ProAppData app_data
/* (In)
Application data passed to the action functions. Can be NULL.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Access to the manufacturing process table is not enabled, use ProMfgProctableEnable().
No steps were found in the manufacturing process table.
Any other value
The error condition returned by the visit action, which caused the function to stop visiting.
Sample Code References
User Guide References
¿Fue esto útil?