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

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

public virtual bool SetScriptTerminalData(
	string key,
	Object data
)

Return Value

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