Category Drawings and detail, Object ProDrawing

Function ProDrawingTablesUpdate


Description
Updates all drawing tables.The drawing must be displayed in a window. Call ProMdlDisplay() to display drawing before using this function.
Replacement in Object TOOLKIT: pfcTableOwner::UpdateTables
Synopsis
#include <ProDwgtable.h>
ProErrorProDrawingTablesUpdate(
ProDrawing drawing
/* (In)
The drawing
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully updated the table.
PRO_TK_BAD_INPUTSThe function argument is invalid.

Manual References:

  1. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  2. Model-Based Definition and Drawing Tables: Repeat Regions
  3. Model-Based Definition and Drawing Tables: Repeat Regions

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )