Description | |||||||||||||||||
Visit groups in the specified drawing. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlgroup.h> | |||||||||||||||||
ProError | ProDrawingDtlgroupVisit | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle | |||||||||||||||||
*/ | |||||||||||||||||
int sheet | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlitemVisitAction visit_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Visit action function | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlitemFilterAction filter_action | |||||||||||||||||
/* (In) | |||||||||||||||||
Filter action function. If NULL, all groups are visited using the action function. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData appdata | |||||||||||||||||
/* (In) | |||||||||||||||||
The application data | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|