Documentação da API > Drawings and detail > Object ProDwgtable > Function ProDwgtableCellNoteGet
Function ProDwgtableCellNoteGet
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
Returns the note identifier for a specified cell of a drawing table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableCellNoteGet
(
/* (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.
*/
/* (Out)
The note for the specified cell.
*/
)
Returns
The note identifier for the specified cell.
The cell is empty.
Another error occurred and the function failed.
Sample Code References
User Guide References
Isto foi útil?