Function

Handles.GetIconId

Int32 Handles.GetIconId(Handle handle)
API http://api.avolites.com/11.0/Handles.GetIconId.html
description Get the current icon id of the item associated with the handle. Returns null or empty if none.
namespace Handles
parameter handle ( Handle ) : Handle to inquire of.
return value Int32
Example in

Copy Icon (snippet only):

<step pause="0.01">Handles.SetIcon(Math.Cast.ToInteger(Handles.GetIconId(handle:"Location=Colours,1,1")))</step>
Also used in
Remarks