Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCellNoteGet


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableCellNoteGet
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. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_userguide ( UgTableColorChange.c )