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. Technical Summary of Changes for Creo 4.0 F000: Change in Behavior of ProDwgtableRowSizeGet(), ProDrawingTablesUpdate(), ProDtlnoteLineEnvelopeGet(), and ProNoteLineEnvelopeGet()
  2. Drawings: Modifying Drawing Tables
  3. Drawings: Repeat Regions

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )