Constructs a ToolPin with the given name and value.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- name
- Type: System String
Value to use for the Pin's Name
- pinType
- Type: Cognex.Vision.Meta TypeMeta
Value to use for the Pin's PinType
- value
- Type: System Object
Value to use for the Pin's Value
Remarks
Note: This constructor creates a ToolPin with Mode set to StoreValue and is meant for use with a ToolBlock's Inputs and Outputs collection.
See Also