Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlNoteVisitAction


Description
This is the generic visit function for visiting notes.
Synopsis
#include <ProNote.h>
ProError(*ProMdlNoteVisitAction)(
ProNote* note_item
/* (In)
The ProNote being visited
*/
ProError status
/* (In)
The ProError status from the filter function
*/
ProAppData app_data
/* (In)
The user data passed to the visit function
*/
)
Returns
PRO_TK_NO_ERRORCall the visit function.
PRO_TK_GENERAL_ERRORStop visiting.