Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataIsInvisible


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>
ProErrorProDtlsyminstdataIsInvisible(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProBoolean* is_invisible
/* (Out)
PRO_B_TRUE if the symbol instance is invisible
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Drawing
  2. Drawings: Symbol Instance Data
  3. Drawings: Symbol Instance Data