Category Drawings and detail, Object ProDtlgroupdata

Function ProDtlgroupdataItemsCollect


Description
Collect group data items in the specified group data.
Replacement in Object TOOLKIT: pfcDetailGroupInstructions::Elements
Synopsis
#include <ProDtlgroup.h>
ProErrorProDtlgroupdataItemsCollect(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
ProDtlitem** items
/* (Out)
Pointer to ProArray of detail items. Function allocates memory for argument, user must release the memory using ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully collected the items.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_INVALID_TYPEInvalid type of one of item.
PRO_TK_E_NOT_FOUNDThe group does not contain any items.

Manual References:

  1. Drawings: Detail Group Data

Sample Code References:

  1. pt_examples ( TestDtlgroup.c )
  2. pt_examples ( TestDtlgroup.c )
  3. pt_examples ( TestDtlgroup.c )