AVOLITES TITAN API

StoreIconWithScalingMode

Stores an icon from the local console into the current Titan show, specifying a parameter which in turn specifies the scaling mode for that icon whilst doing so. If changing the scaling mode changes the icon GUID, the property specifying the current icon will be changed also.

Namespace: Icons

Syntax

MACRO

Void Icons.StoreIconWithScalingMode(String iconIdPropertyId, String destinationIconPropertyId, String scalingModePropertyId)

HTTP

http://[ip]:4430/titan/script/2/Icons/StoreIconWithScalingMode?iconIdPropertyId={string}&destinationIconPropertyId={string}&scalingModePropertyId={string}

Parameters

iconIdPropertyId ( String ) : The property containing the icon GUID.

destinationIconPropertyId ( String ) : The property ID to which we will store the new icon's titan ID.

scalingModePropertyId ( String ) : A property containing a scaling mode to be set for the icon.