CogToolBlockTerminal Constructor (String, Type)Cognex VisionPro 9.8 SR1
Creates a new CogToolBlockTerminal with the supplied name and valueType.

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

public CogToolBlockTerminal(
	string name,
	Type valueType
)
Exceptions

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

Creates a terminal whose Value property is a null reference.
See Also