| Description |
| Determines if the subgroups stored in the symbol definition on the indicated level are exclusive. |
| Replacement in Object TOOLKIT: | pfcDetailSymbolDefItem::IsSubgroupLevelExclusive |
| Synopsis |
| #include <ProDtlsymdef.h> |
| ProError | ProDtlsymgroupLevelIsExclusive | ( |
| 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 attribute will be obtained for the top level of groups in the symbol definition. |
| */ |
| ProBoolean* is_exclusive | |
| /*
(Out) |
| PRO_B_TRUE if the level is Exclusive, PRO_B_FALSE if the level is Independent. |
| */ |
| ) |
| Returns |
|
|