API Documentation > Drawings and detail > Object ProDtlsymgroup > Function ProDtlsymgroupSubgroupCreate
Function ProDtlsymgroupSubgroupCreate
Description
Creates a variant group in a symbol definition.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymgroupSubgroupCreate
(
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 new group will be in the top level of groups in thesymbol definition.
*/
ProDtlsymgroupdata new_group_data
/* (In)
The group data (should include ProDtlitems belonging to the symbol definition).
*/
ProDtlsymgroup* new_group
/* (Out)
The new group created in the definition.
*/
)
Returns
The function succeeded.
One or more input arguments is invalid.
A group with the provided name already exists at this level.
User Guide References
Was this helpful?