Function ProDwgtableSave
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Save table in different format
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableSave
(
/* (In)
The reference to the table.
*/
ProPath path
/* (In)
Full path of the saved location
*/
/* (In)
Save format of the drawing table
*/
int segment_id
/* (In)
segment of the table to save, if table_format is PRODWGTABLEFORMAT_CSV
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
User Guide References
Was this helpful?