Category
Drawings and detail
, Object
ProDtlgroupdata
Function ProDtlgroupdataItemAdd
Description
Add an item to the group.
Synopsis
#include <
ProDtlgroup.h
>
ProError
ProDtlgroupdataItemAdd
(
ProDtlgroupdata
groupdata
/* (In)
The group data.
*/
ProDtlitem
*
item
/* (In)
The detail item.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully added the item.
PRO_TK_BAD_INPUTS
Bad one or more input arguments.
PRO_TK_INVALID_TYPE
Invalid type of item.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Manual References:
Drawings: Detail Group Data
Drawings: Detail Group Data
Sample Code References:
pt_examples ( TestDtlgroup.c )