Category Drawings and detail, Object ProDtlitem

Callback ProDtlitemFilterAction


Description
Filter function called while visiting a Creo Parametric detail item with one of the following functions: ProDrawingDtlentityVisit(), ProDrawingDtlnoteVisit, ProDrawingDtlgroupVisit(), ProDrawingDtlsyminstVisit, or ProDrawingDtlsymdefVisit().
Synopsis
#include <ProDtlitem.h>
ProError(*ProDtlitemFilterAction)(
ProDtlitem* item
/* (In)
Input detail item
*/
ProAppData appdata
/* (In)
Application data passed to one of the functions listed in the Purpose section.
*/
)
Returns
PRO_TK_CONTINUEDo not call visit action function for this detail item.
OtherCall visit action function for this detail item.