API Documentation > Drawings and detail > Object ProDtlgroupdata > Function ProDtlgroupdataItemAdd
Function ProDtlgroupdataItemAdd
Description
Add an item to the group.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlgroup.h>
ProDtlgroupdataItemAdd
(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
/* (In)
The detail item.
*/
)
Returns
The function successfully added the item.
Bad one or more input arguments.
Invalid type of item.
Not enough memory.
Sample Code References
User Guide References
Was this helpful?