API 설명서 > Drawings and detail > Object ProDtlsymgroup > Function ProDtlsymgroupSubgroupsCollect
Function ProDtlsymgroupSubgroupsCollect
Description
Gets the names of subgroups stored in the symbol definition at the indicated level.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
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
The function successfully set the information.
One or more input arguments was invalid.
No groups are stored in the symbol definition at this level.
User Guide References
도움이 되셨나요?