API Documentation
>
Drawings and detail
>
Object ProDrawing
> Function ProDrawingViewRegenerate
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
>
ProError
ProDrawingViewRegenerate
(
ProDrawing
p_draw
/* (In)
The drawing handle
*/
ProView
p_view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully regenerated the drawing view.
PRO_TK_GENERAL_ERROR
The regeneration failed.
Sample Code References
pt_examples ( TestDrwView.c )
pt_examples ( TestDrwView.c )
User Guide References
Modifying Views:ProDrawingViewRegenerate
Was this helpful?
This site works best with JavaScript enabled