Object ProTable

Function ProTableRowheightAutoadjustGet


Description
Get the automatic row height adjustment property for a row of a table.
Synopsis
#include <ProTable.h>
ProErrorProTableRowheightAutoadjustGet(
ProTable* table
/* (In)
The reference to the table.
*/
int row
/* (In)
Row number for which the property is to be retrieved. Row numbers start with 1.
*/
ProTableSizetype size_type
/* (In)
Size type. If PROTABLESIZE_CHARACTERS, then row_height will be rounded down. To avoid this, use PROTABLESIZE_CHARS_TRUE.
*/
ProTableRowheightAutoadjusttype* auto_adjust
/* (Out)
Retrieved value for auto-adjust property.
*/
double* height
/* (Out)
Auto adjusted height if auto_adjust is PROTBLROWHEIGHT_AUTOADJUST_TRUE. Ignore for PROTBLROWHEIGHT_AUTOADJUST_FALSE
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe automatic adjust property could not be retrieved.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  3. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables