Category Curve and surface collection, Object ProCollectioninstr

Callback ProCollectioninstrFilter


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.

Type for filter callback function for ProCollectionInstrVisit().

Synopsis
#include <ProCollect.h>
ProError(*ProCollectioninstrFilter)(
ProCollectioninstr instruction
/* (In)
The instruction for which the function is called.
*/
ProAppData app_data
/* (In)
The user-defined data passed to ProCollectionInstrVisit().
*/
)
Returns
PRO_TK_CONTINUESkip the call to the action function for this reference, but continue visiting.
OtherCall the action function and pass this value as the input status argument.