Category Drawings and detail, Object ProDwgtabledata

Function ProDwgtabledataRowsSet


Description
Setup rows properties
Replacement in Object TOOLKIT: pfcTableCreateInstructions::RowHeights
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtabledataRowsSet(
ProDwgtabledata data
/* (In)
The ProDwgtabledata structure
*/
int n_rows
/* (In)
Number of rows. The maximum number of rows that can be specified is 100.
*/
double* heights
/* (In)
Row height
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSBad input argument

Manual References:

  1. Drawings: Creating Drawing Tables
  2. Drawings: Creating Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_userguide ( UgDwgtableExamples.c )