Image Object - Is Visible

Stores TRUE or FALSE (if the Image Object is visible or hidden) in a specific variable.

Action ID:
Action Category:
Action List Syntax:

85
Image Object
<<VARIABLE>> = ImageObject[<<OBJECTNAME>>].IsVisible

Settings

Variable name:

The variable that will hold the Image Object's current state of visibility.

Object

The Image Object whose visibility will be queried.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_IMAGE_OBJECT_IS_VISIBLE

MSG_ERR_IMAGE_OBJECT_IS_VISIBLE
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None