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> | ||||||||
ProError | ProDtlsyminstdataIsDisplayed | ( | ||||||
ProDtlsyminstdata data | ||||||||
/* (In) | ||||||||
The symbol instance data. | ||||||||
*/ | ||||||||
ProBoolean* is_displayed | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the symbol instance is displayed | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|