Called from a script's initialize() funciton to define a tool group
terminal associated with the script.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
Parameters
- obj
- Type: System Object
An object which provides the initial contents of the terminal, and is also used to determine the type of data which is stored in the terminal.
- key
- Type: System String
A key value used to identify the terminal when setting or getting terminal data, also used as the name of the teriminal in the GUI.
- isInput
- Type: System Boolean
True to define an input terminal, False to define an output terminal.
Return Value
Type: BooleanTrue if the terminal was successfully created.
See Also