Category Drawings and detail, Object ProDwgtable

Function ProDwgtableColumnWidthSet


Description
Set the column width of a drawing table
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableColumnWidthSet(
ProDwgtable* table
/* (In)
The reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
double column_width
/* (In)
Column width
*/
ProDwgtableSizetype size_type
/* (In)
Size type. If PRODWGTABLESIZE_CHARACTERS, then column_width will be rounded down. To avoid this, use PRODWGTABLESIZE_CHARS_TRUE.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe column width could not set

Manual References:

  1. Drawings: Modifying Drawing Tables
  2. Drawings: Modifying Drawing Tables