Category Drawings and detail, Object ProDrawing

Function ProDrawingDtlsyminstVisit


Description
Visit symbol instances in the specified drawing
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDrawingDtlsyminstVisit(
ProDrawing drawing
/* (In)
The drawing handle.
*/
int sheet
/* (In)
The sheet number.
*/
ProDtlitemVisitAction visit_action
/* (In)
Dtlitem visit action function.
*/
ProDtlitemFilterAction filter_action
/* (In)
Dtlitem filter action function. If NULL, all symbol instances are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited the symbol instances.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo symbol instances were found.
OtherReturn value passed by the caller's visit function.

Manual References:

  1. Drawings: Listing Detail Items
  2. Drawings: Listing Detail Items