Category Drawings and detail, Object ProDrawing

Function ProDrawingViewVisit


Description
Visits views in the specified drawing.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewVisit(
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
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments was invalid
PRO_TK_E_NOT_FOUNDNo views were found
OtherVisiting was stopped by the caller supplied functions with this error return.

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )
  2. pt_userguide ( UgModelCheck.c )