Object ProBomballoon

Function ProBomballoonCreate


Description
Create BOM Balloon at specific view.
Synopsis
#include <ProBomballoon.h>
ProErrorProBomballoonCreate(
ProDrawing pro_drawing
/* (In)
BOM balloon will be created at this drawing. This must be displayed in the window.
*/
ProDwgtable* pro_table
/* (In)
The detail table define the bill of material.
*/
int region_id
/* (In)
The region of the table contain the BOM definition, If region_id is equal -1, use region 0 of the table.
*/
ProView pro_view
/* (In)
The view where the BOM balloon will be create.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the BOM balloons.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NOT_DISPLAYEDThe Drawing is not displayed.
See Also
ProMdlDisplay

Manual References:

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