Description | ||||||||
checks if the symbol instance is invisible. This canoccur if the symbol instance is in a suppressed draft group, or if itdepends on a solid database (such as a BOM balloon, weld symbol, ordatum target symbol does), and the necessary information is missing. | ||||||||
Synopsis | ||||||||
#include <ProDtlsyminst.h> | ||||||||
ProError | ProDtlsyminstdataIsInvisible | ( | ||||||
ProDtlsyminstdata data | ||||||||
/* (In) | ||||||||
The symbol instance data. | ||||||||
*/ | ||||||||
ProBoolean* is_invisible | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the symbol instance is invisible | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|