API 文件集 > Solids and parts > Object ProSolid > Function ProSolidDtlsymdefNoteVisit
Function ProSolidDtlsymdefNoteVisit
Description
Visit notes in the specified symbol definition.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsymdef.h>
ProSolidDtlsymdefNoteVisit
(
/* (In)
The symbol definition.
*/
/* (In)
Note visit action function.
*/
/* (In)
Note filter action function. If NULL, all symbol definitions 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.
這是否有幫助?