DEPRECATED: | Since Wildfire 4.0 | |||||||||||||
SUPERSEDED BY: | Depends on the context, consult the user documentation. | |||||||||||||
Description | ||||||||||||||
Note: This function accesses an older version of the ProCollection interface. It has been superseded. Please consult the Creo Parametric TOOLKIT user's guide chapter on "Collections" for more information.
Visit the instructions in a collection |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProCollect.h> | ||||||||||||||
ProError | ProCollectionInstrVisit | ( | ||||||||||||
ProCollection collection | ||||||||||||||
/* (In) | ||||||||||||||
The collection | ||||||||||||||
*/ | ||||||||||||||
ProCollectioninstrFilter filter | ||||||||||||||
/* (In) | ||||||||||||||
Filter function for instructions. If NULL, visits all instructions using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProCollectioninstrAction action | ||||||||||||||
/* (In) | ||||||||||||||
Action function to be called for each instruction. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
Pointer to data to be passed to filter and action functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|