ToolPin Constructor (String, String)Cognex VisionPro 9.10

Constructs a ToolPin with the given name and path.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public ToolPin(
	string name,
	string path
)
Remarks

Note: This constructor creates a ToolPin with Mode set to FetchValue and is meant for use with Inputs and Outputs of Tools which are not ToolBlocks.

See Also