CogUserTool GetScriptTerminalData Method (String)Cognex VisionPro 9.8
Retrieves the data associated with a terminal. Can be called on both input and output terminals.

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

public virtual Object GetScriptTerminalData(
	string key
)

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