Returns the list of Image keys (and their Base64Stream sources) that will be used by the AlarmData of the data manager

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Dictionary<string, string> GetImageCache()
Visual Basic
Public Function GetImageCache As Dictionary(Of String, String)
JScript
public function GetImageCache() : Dictionary<String, String>

Return Value

Remarks

It might be useful to create image arrays

See Also