« Back to Product

Documentation

openObject

Require: IP-Symcon >= 8.2

 void openObject (int ObjectID) 

Parameters

ObjectID

The ID of the object to be opened.

Returns

No return

Description

This function opens an object in the visualization from which the function was executed. If the object is a category, the system jumps to this category. All other objects are displayed as a maximized tile.

Example

// Opens the object with the ID 12345
openObject(12345);
Any questions?