Category Drawings and detail, Object ProDwgtable

Function ProDwgtableSave


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. Drawings: Modifying Drawing Tables
  2. Drawings: Modifying Drawing Tables