Description | |||||||||||||||||
Visit symbol instances in the specified drawing | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsyminst.h> | |||||||||||||||||
ProError | ProDrawingDtlsyminstVisit | ( | |||||||||||||||
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 | |||||||||||||||||
|