CogToolBlock GetScriptTerminalData Method (String)Cognex VisionPro 9.21
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: 83.0.0.0 (83.0.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 Object GetScriptTerminalData(
	string key
)

Parameters

key
Type: System String
The name of the terminal

Return Value

Type: Object
A System.Object that should be cast to a more specific type, or null if no terminal could be found matching "key".
See Also