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:
pfcSheetOwner::RegenerateSheet
Synopsis
#include <
ProDrawing.h
>
ProError
ProDwgSheetRegenerate
(
ProDrawing
p_draw
/* (In)
The drawing handle
*/
int sheet_id
/* (In)
The sheet identifier
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully regenerated the drawing sheet.
PRO_TK_GENERAL_ERROR
The regeneration failed.
User Guide References
Drawing Sheets:ProDwgSheetRegenerate
Was this helpful?
This site works best with JavaScript enabled