CogUserTool SetScriptTerminalData Method Cognex VisionPro 9.21 SR1
Sets the data associated with a terminal.

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 SetScriptTerminalData(
	string key,
	Object data
)

Parameters

key
Type: System String
The name of the terminal
data
Type: System Object
The data to associate with the terminal

Return Value

Type: Boolean
true if successful, false if no terminal matching "key" could be found, or if "data" is inappropriate.
See Also