CogUserTool GetScriptTerminalData Method (String, Object )Cognex VisionPro 9.21 SR1
Retrieves the data associated with a terminal. Can be called on both input and output terminals.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public virtual bool GetScriptTerminalData(
	string key,
	ref Object item
)

Parameters

key
Type: System String
The name of the terminal
item
Type: System Object 
An object to receive the contents of the terminal.

Return Value

Type: Boolean
True if successful, False if key does not exist.
See Also