ToolPin Constructor (String)Cognex VisionPro 9.24

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.24.0.0
Syntax

public ToolPin(
	string nameAndPath
)

Parameters

nameAndPath
Type: System String
Value to use for both the Pin's Name and 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