Category Drawings and detail, Object ProDrawing

Function ProDrawingViewNeedsRegen


Description
Identifies whether the drawing or the given drawing view needs to be regenerated.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewNeedsRegen(
ProDrawing drawing
/* (In)
The drawing.
*/
ProView view
/* (In)
The drawing view, if checking on update for a specific view. Pass NULL to check for the whole drawing.
*/
ProBoolean* needs_regen
/* (Out)
PRO_B_TRUE if the drawing or view needs regeneration, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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