Category Drawings and detail, Object ProDtlsymgroup

Function ProDtlsymgroupLevelIsExclusive


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>
ProErrorProDtlsymgroupLevelIsExclusive(
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
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Identifying Symbol Groups in a Definition