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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 93.1.0.0 (93.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.
Remarks

Examples

See Also