Creates a new CogToolBlockTerminal with the supplied name and value.
Namespace: Cognex.VisionPro.ToolBlockAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Parameters
- name
- Type: System String
The Name of the terminal
- value
- Type: System Object
The Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when name or value is null, or if name is not a valid .Net variable name |
Remarks
See Also