CogToolBlockTerminal Constructor (String, Object)Cognex VisionPro 9.7
Creates a new CogToolBlockTerminal with the supplied name and value.

Namespace: Cognex.VisionPro.ToolBlock
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public CogToolBlockTerminal(
	string name,
	Object value
)
Exceptions

ExceptionCondition
ArgumentExceptionThrown when name or value is null, or if name is not a valid .Net variable name
Remarks

The ValueType of the new Terminal is set to the type returned by value.GetType()
See Also