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:
Synopsis
#include <ProDrawing.h>
ProDrawingViewRegenerate
(
ProDrawing p_draw
/* (In)
The drawing handle
*/
ProView p_view
/* (In)
The view handle
*/
)
Returns
The function successfully regenerated the drawing view.
The regeneration failed.
Sample Code References
User Guide References
Was this helpful?