Documentación de la API > Miscellaneous > Object ProTable > Callback ProTableFilterAction
Callback ProTableFilterAction
Description
The filter function called for each table entity during the call to function ProTableVisit().
Synopsis
#include <ProTable.h>
(*ProTableFilterAction)
(
ProTable* table
/* (In)
Table to be filtered
*/
/* (In)
Application data passed to function ProTableVisit().
*/
)
Returns
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.
User Guide References
¿Fue esto útil?