Skip to content

Code

Code - Script

An extended Script Tool which allows to run a C# script code with possibility to access to computer vision functionalities. Every variable in the code starting with 'out' is considered as output and it is available as tool's property after compilation.

IN

Name Type Description
InCode Script Text containg the script's code.Outputs variables must start with 'out' prefix to be visible as output parameters.
Input RegisterParamCollection Input parameters collection
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Output RegisterParamCollection Output parameters collection
Error ErrorState Gets the execution error message