Description | |||||||||||||||||
Visit notes in the specified drawing. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlnote.h> | |||||||||||||||||
ProError | ProDrawingDtlnoteVisit | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdef* symbol | |||||||||||||||||
/* (In) | |||||||||||||||||
If you are visiting a note in the drawing, set the symbol to NULL. If you are visiting a note in a symbol definition, set the symbol to be that symbol definition. | |||||||||||||||||
*/ | |||||||||||||||||
int sheet | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlitemVisitAction visit_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Visit action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlitemFilterAction filter_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Filter action function. If NULL, all notes are visited using the action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData appdata | |||||||||||||||||
/* (In) | |||||||||||||||||
The application data. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|