Image Methods
The Image control supports the following scripting methods.
See Accessing Screen Objects for more information about how to view control objects in script in the Canvas application.
| Method | Description |
|---|---|
|
AcknowledgeAlarm |
The AcknowledgeAlarm method acknowledges an alarm. |
|
Equals |
The Equals method determines whether the specified object is equal to the current object. |
|
GetHashCode |
The GetHashCode method returns a hash code for the current object. |
|
GetType |
The GetType method returns the runtime type of the current instance. |
|
Refresh |
The Refresh method resets the cache and gets all data for the control from the associated service. |
|
ResolveRelativeFacility |
The ResolveRelativeFacility method returns the resolved relative facility. |
|
SetDefaultImage |
The SetDefaultImage method sets the default image to use on the image control. A default image is displayed if you configure point-state-aware images and no matching state exists. |
|
SetImage |
The SetImage method sets the dynamic image to use on the image control. |
|
SetMissingImage |
The SetMissingImage method sets the image to display if no image is configured. |
|
ToString |
The ToString method returns a string that represents the current object. |
