API Documentation > Drawings and detail > Object ProDwg > Function ProDwgSheetRegenerate
Function ProDwgSheetRegenerate
Description
Regenerates the specified drawing sheet.
NOTE:
For the regeneration to be successful, the specified sheet must be displayed in a window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDwgSheetRegenerate
(
ProDrawing p_draw
/* (In)
The drawing handle
*/
int sheet_id
/* (In)
The sheet identifier
*/
)
Returns
The function successfully regenerated the drawing sheet.
The regeneration failed.
User Guide References
Was this helpful?