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: 93.1.0.0 (93.1.0.0)
Syntax
Parameters
- desiredType
- Type: System String
The data type associated with the terminal
- thing
- Type: System Object
An initial copy of the object
- key
- Type: System String
The name of the terminal, also used to access the value of the terminal
- isInput
- Type: System Boolean
True to create an input terminal, false for an output terminal
Return Value
Type: BooleanTrue if terminal is successfully created.
See Also