Documentación de la API > Family table > Object ProFamtable > Function ProFamtableInstanceVisit
Function ProFamtableInstanceVisit
Description
Visits all the instances in a family table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFamtableInstanceVisit
(
ProFamtable* p_famtab
/* (In)
The handle to the family table.
*/
/* (In)
The action to perform on each instance. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
/* (In)
The filter function. If NULL, all instances are visited using the action function.
*/
ProAppData app_data
/* (In)
The application data passed to the visiting and filter functions.
*/
)
Returns
The function successfully visited all the instances.
One or more inputs was invalid.
Other
Any other value is the value returned by the action function (visiting stopped).
Sample Code References
User Guide References
¿Fue esto útil?