Category Drawings and detail, Object ProDwgtable

Function ProDwgtableCellRegionGet


Description
Get region id from table cell.
Synopsis
#include <ProBomballoon.h>
ProErrorProDwgtableCellRegionGet(
ProDrawing pro_drawing
/* (In)
BOM balloon will be created at this drawing.
*/
ProDwgtable* pro_table
/* (In)
The detail table define the bill of material.
*/
int column
/* (In)
The column the cell belongs to, the first column is 0.
*/
int row
/* (In)
The row the cell belongs to, the first row is 0.
*/
int* r_region_id
/* (Out)
The region id.
*/
)
Returns
PRO_TK_NO_ERRORThe function found region from cell.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TO_E_NOT_FOUNDThe table cell doesn't belong to any region.

Manual References:

  1. Drawings: Creating BOM Balloons
  2. Drawings: Creating BOM Balloons