Category Drawings and detail, Object ProDtlsymgroup

Function ProDtlsymgroupSubgroupsCollect


Description
Gets the names of subgroups stored in the symbol definition at the indicated level.
Replacement in Object TOOLKIT: pfcDetailSymbolGroup::ListChildren
pfcDetailSymbolDefItem::ListSubgroups
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymgroupSubgroupsCollect(
ProDtlsymgroup* parent_group
/* (In)
The parent symbol definition group from which to collect the subgroups. If the sym_group_id field is set to -1 the top level of groups in the symbol definition will be collected.
*/
ProDtlsymgroup** group_array
/* (Out)
ProArray of subgroups. Free this output using ProArrayFree ().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo groups are stored in the symbol definition at this level.

Manual References:

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