Description | |||||||||||
Causes a group level in the symbol definition to be exclusive or independent. | |||||||||||
Replacement in Object TOOLKIT: | pfcDetailSymbolDefItem::SetSubgroupLevelExclusive | ||||||||||
pfcDetailSymbolDefItem::SetSubgroupLevelIndependent | |||||||||||
Synopsis | |||||||||||
#include <ProDtlsymdef.h> | |||||||||||
ProError | ProDtlsymgroupLevelExclusiveSet | ( | |||||||||
ProDtlsymgroup* group_level | |||||||||||
/* (In) | |||||||||||
The parent symbol definition group where the attribute will be set. If the sym_group_id field is set to -1 the function will set the attribute for the top level of variant groups in the symbol definition. | |||||||||||
*/ | |||||||||||
ProBoolean is_exclusive | |||||||||||
/* (In) | |||||||||||
PRO_B_TRUE to make the level exclusive, PRO_B_FALSE to make it Independent. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|