Category Drawings and detail, Object ProDtlsymgroupdata

Function ProDtlsymgroupdataItemsCollect


Description
Gets the group members from the symbol group data.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymgroupdataItemsCollect(
ProDtlsymgroupdata data
/* (In)
The group data.
*/
ProDtlitem** item_array
/* (Out)
ProArray of detail items (entities and notes) contained in the symbol definition. Free this output using ProArrayFree(). Note this does not find subgroups owned by the parent group
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Identifying Symbol Groups in a Definition
  2. Drawings: Identifying Symbol Groups in a Definition