Visiting Family Tables
Functions Introduced:
As with the other traversal functions, the traversal functions for family tables visit family table objects and pass each object to action and filter functions that you supply.
For example, the function
ProFamtableInstanceVisit() visits all the family’s instances and calls the user-supplied functions of type
ProFamtableInstanceAction() and
ProFamtableInstanceFilter().
The function
ProFamtableItemVisit() visits each family table item (or column) and calls the user-supplied functions of type
ProFamtableItemAction() and
ProFamtableItemFilter().