Category Drawings and detail, Object ProDwg

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>
ProErrorProDwgSheetRegenerate(
ProDrawing p_draw
/* (In)
The drawing handle
*/
int sheet_id
/* (In)
The sheet identifier
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully regenerated the drawing sheet.
PRO_TK_GENERAL_ERRORThe regeneration failed.

Manual References:

  1. Drawings: Drawing Sheets