Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataItemsSet


Description
Set items to the group data.
Replacement in Object TOOLKIT: pfcDetailGroupInstructions::Elements
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataItemsSet(
ProDtlgroupdata groupdata
/* (In)
The group data handle.
*/
ProDtlitem* items
/* (In)
A ProArray of detail items.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the items.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_INVALID_TYPEInvalid type of one 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 )
  2. pt_userguide ( UgDtlgroupExamples.c )