Documentación de la API > Miscellaneous > Object ProTable > Callback ProTableVisitAction
Callback ProTableVisitAction
Description
The action function called for each drawing table entity during the call to ProTableVisit().
Synopsis
#include <ProTable.h>
(*ProTableVisitAction)
(
ProTable* table
/* (In)
Table to be visited
*/
ProError filter_status
/* (In)
Return value from filter action function
*/
/* (In)
Application data passed to function ProTableVisit().
*/
)
Returns
Continue visiting drawing tables.
Other
Stop visiting tables.
User Guide References
¿Fue esto útil?