Category Solids and parts, Object ProSolid

Function ProSolidDtlsymdefNoteVisit


Description
Visit notes in the specified symbol definition.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsymdef.h>
ProErrorProSolidDtlsymdefNoteVisit(
ProDtlsymdef* def
/* (In)
The symbol definition.
*/
ProDtlsymdefItemVisitAction visit_action
/* (In)
Note visit action function.
*/
ProDtlsymdefItemFilterAction filter_action
/* (In)
Note filter action function. If NULL, all symbol definitions are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited the notes.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo notes were found.
OtherReturn value passed by the caller's visit function.

Manual References:

  1. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions
  2. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions