Category Drawings and detail, Object ProDtlsymgroup

Function ProDtlsymgroupLevelExclusiveSet


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>
ProErrorProDtlsymgroupLevelExclusiveSet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_NO_CHANGEThe status was already set to the designated value.

Manual References:

  1. Drawings: Manipulating Symbol Groups