Category Drawings and detail, Object ProDrawing

Function ProDrawingViewRegenerate


Description
Regenerates the view specified by the specified view handle.

NOTE:

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

Replacement in Object TOOLKIT: pfcView2D::Regenerate
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewRegenerate(
ProDrawing p_draw
/* (In)
The drawing handle
*/
ProView p_view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully regenerated the drawing view.
PRO_TK_GENERAL_ERRORThe regeneration failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDrwView.c )
  2. pt_examples ( TestDrwView.c )