Function
Void Icons.StoreIcon(String iconId, String propertyId)
API | http://api.avolites.com/11.0/Icons.StoreIcon.html |
---|---|
description | Stores an icon from the local console into the current Titan show |
namespace | Icons |
parameter | iconId ( String ) : The string (GUID) icon id. |
propertyId ( String ) : The id of a property to place the newly stored icon titan id in. | |
return value | Void. In fact the titanId is returned in the propertyId parameter. |
Legend - Set an icon as legend:
<step>Icons.StoreIcon("1caf5766-67e1-41a0-aec4-dc821f1c160a", "Expert.Legend.Set.Generic.PendingTitanId")</step>