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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.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