API 文件集 > Creo Parametric fundamentals > Object ProMdl > Callback ProMdlNoteFilterAction
Callback ProMdlNoteFilterAction
Description
This a generic user filter function for visiting notes.
Synopsis
#include <ProNote.h>
(*ProMdlNoteFilterAction)
(
ProNote* note_item
/* (In)
The ProNote being visited
*/
ProAppData app_data
/* (In)
The user data passed to the visit function
*/
)
Returns
Call the visit function.
Skip this note and don't call the visit function.
Stop visiting.
這是否有幫助?