Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCellNoteGet


Description
Returns the note identifier for a specified cell of a drawing table.
Replacement in Object TOOLKIT: pfcTable::GetCellNote
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableCellNoteGet(
ProDwgtable* table
/* (In)
the reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
int row
/* (In)
The row index. Row indices start at 1.
*/
ProDtlnote* note
/* (Out)
The note for the specified cell.
*/
)
Returns
PRO_TK_NO_ERRORThe note identifier for the specified cell.
PRO_TK_EMPTYThe cell is empty.
PRO_TK_GENERAL_ERRORAnother error occurred and the function failed.

Manual References:

  1. Drawings: Reading Drawing Tables
  2. Drawings: Reading Drawing Tables

Sample Code References:

  1. pt_userguide ( UgTableColorChange.c )