Constructs a ToolPin with the given name and pinType.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
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
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