Category Drawings and detail, Object ProDwgtable

Function ProDwgtableSave


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableSave
Description
Save table in different format
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableSave(
ProDwgtable* table
/* (In)
The reference to the table.
*/
ProPath path
/* (In)
Full path of the saved location
*/
ProDwgtableFormattype table_format
/* (In)
Save format of the drawing table
*/
int segment_id
/* (In)
segment of the table to save, if table_format is PRODWGTABLEFORMAT_CSV
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables