CogVTLinkProcessedImage Constructor (String, CogDestinationQueueConstants)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 CogVTLinkProcessedImage(
	string linkName,
	CogDestinationQueueConstants destinationQueue
)

Parameters

linkName
Type: System String
Name of this link object. This name is used as the key for the result into the CogRecord result packet.
destinationQueue
Type: Cognex.VisionPro.QuickBuild CogDestinationQueueConstants
The queue or queues where the result will be stored. This parameter can be an OR'ed value of the queue destinations.
See Also