DEPRECATED: | Creo 11.0 | ||||||||||
SUPERSEDED BY: | ProTableColumnWidthSet | ||||||||||
Description | |||||||||||
Set the column width of a drawing table | |||||||||||
Synopsis | |||||||||||
#include <ProDwgtable.h> | |||||||||||
ProError | ProDwgtableColumnWidthSet | ( | |||||||||
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 | |||||||||||
|