Description | ||||||||||||||
Visits views in the specified drawing. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingViewVisit | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
the drawing | ||||||||||||||
*/ | ||||||||||||||
ProViewVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
the visit action | ||||||||||||||
*/ | ||||||||||||||
ProViewFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
the filter action. If NULL, visits all views using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
the data | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|