DEPRECATED: | Creo 11.0 | |||||||||||||
SUPERSEDED BY: | ProTableVisit | |||||||||||||
Description | ||||||||||||||
Visit tables in the specified drawing. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDwgtable.h> | ||||||||||||||
ProError | ProDrawingTableVisit | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
drawing to visit | ||||||||||||||
*/ | ||||||||||||||
ProDwgtableVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
visit action | ||||||||||||||
*/ | ||||||||||||||
ProDwgtableFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
filter action. If NULL, all tables are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
ProAppData structure | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|