API 설명서 > Drawings and detail > Object ProDtlsymgroup > Function ProDtlsymgroupLevelExclusiveSet
Function ProDtlsymgroupLevelExclusiveSet
Description
Causes a group level in the symbol definition to be exclusive or independent.
Synopsis
#include <ProDtlsymdef.h>
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
The function succeeded.
Model is in read-only state.
One or more input arguments is invalid.
The status was already set to the designated value.
User Guide References
도움이 되셨나요?