Description | ||||||||||||||
Visits the set datum tag annotations in a drawing. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSetDatumTag.h> | ||||||||||||||
ProError | ProDrawingSetdatumtagVisit | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
The drawing. | ||||||||||||||
*/ | ||||||||||||||
ProSetdatumtagVisitAction action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action | ||||||||||||||
*/ | ||||||||||||||
ProSetdatumtagFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter action. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the action functions. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|