Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCellIsComment


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableCellIsComment
Description
Determines whether the specified cell is a comment cell.
Replacement in Object TOOLKIT: pfcTable::IsCommentCell
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableCellIsComment(
ProDwgtable* table
/* (In)
the table;
*/
int column
/* (In)
the column index. The column indices start at 1.
*/
int row
/* (In)
the row index. The row indices start at 1.
*/
ProBoolean* is_comment
/* (Out)
PRO_B_TRUE if the cell is a comment cell. PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORsuccess.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

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: Repeat Regions

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )