CogVTLinkInputImage Constructor (String, Object, String)Cognex VisionPro
Constructor

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public CogVTLinkInputImage(
	string linkName,
	Object destinationTool,
	string destinationPath
)

Parameters

linkName
Type: System String
Name of this link object. This is an arbitrary name.
destinationTool
Type: System Object
The vision tool or toolgroup object which will receive the input image.
destinationPath
Type: System String
The full path to the property on the vision tool that will receive input image.
See Also