Category Drawings and detail, Object ProDwg

Function ProDwgViewRegenerate


Description
Regenerates the specified view.

NOTE:

For the regeneration to be successful, the specified view must be showing in a window.

Synopsis
#include <ProDrawing.h>
ProErrorProDwgViewRegenerate(
ProDrawing p_draw
/* (In)
The drawing handle
*/
int view_id
/* (In)
The view identifier
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully regenerated the drawing view.
PRO_TK_GENERAL_ERRORThe regeneration failed.
See Also
ProDrawingViewRegenerate

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views