Category Drawings and detail, Object ProDtlitem

Callback ProDtlitemVisitAction


Description
Action 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(*ProDtlitemVisitAction)(
ProDtlitem* item
/* (In)
Input detail item
*/
ProError filt_status
/* (In)
Return value from filter action function
*/
ProAppData appdata
/* (In)
Application data passed to one of the functions listed in the Purpose section.
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting detail items.
OtherStop visiting detail items.