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 | ||||||||
|