Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowSizeGet


Description
Returns the size of the specified row, in world units.
Replacement in Object TOOLKIT: pfcTable::GetRowSize
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowSizeGet(
ProDwgtable* table
/* (In)
The drawing table
*/
int segment
/* (In)
The segment identifier
*/
int row
/* (In)
The row. The row index starts at 0
*/
double* size
/* (Out)
The size of the row
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERROROne of more of the input arguments are invalid.

Manual References:

  1. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )