Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowheightAutoadjustGet


Description
Get the automatic row height adjustment property for a row of a drawing table.
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowheightAutoadjustGet(
ProDwgtable* 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.
*/
ProDwgtableRowheightAutoadjusttype* auto_adjust
/* (Out)
Retrieved value for auto-adjust property.
*/
)
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. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  2. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables