| Description |
| The filter function called for each drawing table entity during the call to function ProDrawingTableVisit(). |
| Synopsis |
| #include <ProDwgtable.h> |
| ProError | (*ProDwgtableFilterAction) | ( |
| ProDwgtable* table | |
| /*
(In) |
| Drawing table to be filtered |
| */ |
| ProAppData data | |
| /*
(In) |
| Application data passed to function ProDrawingTableVisit(). |
| */ |
| ) |
| Returns |
|
| PRO_TK_CONTINUE | | Skip visiting this drawing table and go to the next. |
| Other | | Call the visit action for this drawing table. The return value is passed as input to the visit action. |
|