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> | |||||||||||
ProError | ProDtlsymgroupSubgroupsCollect | ( | |||||||||
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 | |||||||||||
|