API Documentation > Drawings and detail > Object ProDwgtable > Callback ProDwgtableFilterAction
Callback ProDwgtableFilterAction
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
The filter function called for each drawing table entity during the call to function ProDrawingTableVisit().
Synopsis
#include <ProDwgtable.h>
(*ProDwgtableFilterAction)
(
/* (In)
Drawing table to be filtered
*/
/* (In)
Application data passed to function ProDrawingTableVisit().
*/
)
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
Was this helpful?