| Description |
| Get region id from table cell. |
| Synopsis |
| #include <ProBomballoon.h> |
| ProError | ProDwgtableCellRegionGet | ( |
| 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_ERROR | | The function found region from cell. |
| PRO_TK_BAD_INPUTS | | One or more of the input arguments are invalid. |
| PRO_TO_E_NOT_FOUND | | The table cell doesn't belong to any region. |
|