Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataIsDisplayed


Description
checks if the symbol instance is displayed (not marked as erased).

Note: This is a necessary but not sufficient condition for asymbol instance to appear on the screen -- a symbol instance may also be'invisible' (see ProDtlsyminstdataIsInvisible), or attached to or placed inanother item which is missing.

Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::IsDisplayed
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataIsDisplayed(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProBoolean* is_displayed
/* (Out)
PRO_B_TRUE if the symbol instance is displayed
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data