API 文档 > Drawings and detail > Object ProDrawing > Function ProDrawingDtlnoteVisit
Function ProDrawingDtlnoteVisit
Description
Visit notes in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
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.
*/
/* (In)
Visit action function.
*/
/* (In)
Filter action function. If NULL, all notes are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
The function successfully visited the notes.
One or more arguments was invalid.
The function failed.
No notes were found.
Other
Return value passed by the caller's visit function.
这对您有帮助吗?