Category Drawings and detail, Object ProDrawing

Function ProDrawingSetdatumtagVisit


Description
Visits the set datum tag annotations in a drawing.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProDrawingSetdatumtagVisit(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo set datum tag annotations were found in the drawing.
Any other valueThe value returned by the visit action to stop visiting.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  2. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags