Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowheightAutoadjustSet


Description
Set the automatic row height adjustment property for a row of a drawing table.

NOTE: Height changes (if any) will be visible only after next regeneration or a call to ProDrawingTablesUpdate()

Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowheightAutoadjustSet(
ProDwgtable* table
/* (In)
The reference to the table.
*/
int row
/* (In)
Row number for which the property is to be set. Row numbers start with 1.
*/
ProDwgtableRowheightAutoadjusttype auto_adjust
/* (In)
PRODWGTBLROWHEIGHT_AUTOADJUST_TRUE to set the property, PRODWGTBLROWHEIGHT_AUTOADJUST_FALSE to unset it.
*/
)
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 set.
PRO_TK_CANT_MODIFYThe row is a non-template repeat region row.

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