Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteTableCellGet


Description
Returns information on the table, and row and column within that table, for a table note.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteTableCellGet(
ProDtlnote* note
/* (In)
The detail note.
*/
ProDwgtable* table
/* (Out)
The table (may be NULL).
*/
int* p_row
/* (Out)
The row, indexed starting at 0 (may be NULL).
*/
int* p_col
/* (Out)
The column, indexed starting at 0 (may be NULL).
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded, outputs
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThis is not a table note.

Manual References:

  1. Drawings: Detail Note Data