Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataItemAdd


Description
Add an item to the group.
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataItemAdd(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
ProDtlitem* item
/* (In)
The detail item.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the item.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_INVALID_TYPEInvalid type of item.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Detail Group Data
  2. Drawings: Detail Group Data

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )