Function ProCollectioninstrRefVisit
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.
To visit all the references in a ProCollectioninstr object.
Synopsis
#include <ProCollect.h>
ProCollectioninstrRefVisit
(
ProCollectioninstr instruction
/* (In)
The collection instruction object
*/
/* (In)
The action function to be called for each reference
*/
/* (In)
The filter function to be called for each reference. If NULL, visits all references using the action function.
*/
ProAppData app_data
/* (In)
A pointer to any data to be passed down to the filter and action functions.
*/
)
Returns
Finished visiting all the references.
Invalid arguments, or no references found.
Other
The value returned from the last call to the action function.
User Guide References
Was this helpful?