API 文件集 > Drawings and detail > Object ProDtlsymgroup > Function ProDtlsymgroupLevelIsExclusive
Function ProDtlsymgroupLevelIsExclusive
Description
Determines if the subgroups stored in the symbol definition on the indicated level are exclusive.
Synopsis
#include <ProDtlsymdef.h>
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
The function successfully set the information.
One or more input arguments was invalid.
User Guide References
這是否有幫助?