Category Family table, Object ProFamtable

Callback ProFamtableInstanceFilter


Description
This is a generic function for visiting family instances.
Synopsis
#include <ProFaminstance.h>
ProError(*ProFamtableInstanceFilter)(
ProFaminstance* mdl_item
/* (In)
The family instance
*/
ProAppData app_data
/* (In)
The application data passed to the function
*/
)
Returns
PRO_TK_NO_ERRORCall the visit function.
PRO_TK_CONTINUESkip to next family instance -- do not call the visit function.

Manual References:

  1. Core: Family Tables: Visiting Family Tables