« Back to Product

Documentation

VISU_OpenObject

Require: IP-Symcon >= 8.2

 void VISU_OpenObject (int $InstanzID, int $ObjektID, string $TokenList) 

Parameters

InstanzID

ID of the Tile Visualization

ObjektID

ID of the object to be displayed in the visualization.

TokenList

List of tokens of the devices on which the object can be opened. Can be left blank to open the object on all devices.

Warning

The TokenList parameter is not yet supported and should be passed as an empty string.

Returns

If the command could be executed successfully, it returns TRUE as the result, otherwise FALSE.

Description

Shows the object with the ID ObjektID in all open instances of the visualization with the ID InstanzID. If there are device tokens in the TokenList, the display of the object is restricted to these devices. If the selected object is a category, this is opened. All other objects are displayed as a maximized tile in full screen.

Example

VISU_OpenObject(12345, 54321, '');
Any questions?