Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableColumnWidthSet
Function ProDwgtableColumnWidthSet
DEPRECATED:
Creo 11.0
Description
Set the column width of a drawing table
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableColumnWidthSet
(
/* (In)
The reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
double column_width
/* (In)
Column width
*/
/* (In)
Size type. If PRODWGTABLESIZE_CHARACTERS, then column_width will be rounded down. To avoid this, use PRODWGTABLESIZE_CHARS_TRUE.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The column width could not set
User Guide References
¿Fue esto útil?