Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowHeightSet


Description
Set the row height of a drawing table
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowHeightSet(
ProDwgtable* table
/* (In)
the reference to the table.
*/
int row
/* (In)
The row index
*/
double row_height
/* (In)
Row height
*/
ProDwgtableSizetype size_type
/* (In)
Size type. If PRODWGTABLESIZE_CHARACTERS, then row_height 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 row height could not set

Manual References:

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