Category Drawings and detail, Object ProDwgtable

Callback ProDwgtableVisitAction


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableVisitAction
Description
The action function called for each drawing table entity during the call to ProDrawingTableVisit().
Synopsis
#include <ProDwgtable.h>
ProError(*ProDwgtableVisitAction)(
ProDwgtable* table
/* (In)
Drawing table to be visited
*/
ProError filter_status
/* (In)
Return value from filter action function
*/
ProAppData data
/* (In)
Application data passed to function ProDrawingTableVisit().
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting drawing tables.
OtherStop visiting drawing tables.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0