Category Drawings and detail, Object ProDtlsymdef

Callback ProDtlsymdefItemFilterAction


Description
Filter action for entities and notes in a symbol definition.
Synopsis
#include <ProDtlsymdef.h>
ProError(*ProDtlsymdefItemFilterAction)(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
ProDtlitem* item
/* (In)
The item.
*/
ProAppData appdata
/* (In)
Application data passed to the visit function.
*/
)
Returns
PRO_TK_CONTINUESkip this item and continue visiting.
OtherVisit the item and pass this status to the visit action.