CogToolBlock GetScriptTerminalData Method (String, Object )Cognex VisionPro 9.25 SR1
This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.

Namespace: Cognex.VisionPro.ToolBlock
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

[ObsoleteAttribute("This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.", 
	true)]
public override 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