Category Drawings and detail, Object ProDtlsymdef

Callback ProDtlsymdefItemVisitAction


Description
Visit action for entities and notes in a symbol definition.
Synopsis
#include <ProDtlsymdef.h>
ProError(*ProDtlsymdefItemVisitAction)(
ProDtlsymdef* symdef
/* (In)
The symbol definition.
*/
ProDtlitem* item
/* (In)
The item.
*/
ProError filter_status
/* (In)
Error status passed to the filter action.
*/
ProAppData appdata
/* (In)
Application data passed to the visit function.
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
OtherStop visiting and pass this error status to the visit function call.