Function ProDrawingTableVisit
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Visit tables in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDrawingTableVisit
(
ProDrawing drawing
/* (In)
drawing to visit
*/
/* (In)
visit action
*/
/* (In)
filter action. If NULL, all tables are visited using the action function.
*/
/* (In)
ProAppData structure
*/
)
Returns
The function successfully visited the tables.
One or more input arguments was invalid.
No tables were visited.
Other
Error return supplied by the visit action which caused visiting to stop.
Sample Code References
User Guide References
¿Fue esto útil?