CogVTLinkResult Constructor (String, Object, String, CogDestinationQueueConstants)Cognex VisionPro 9.8 SR1
Constructor.

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

public CogVTLinkResult(
	string linkName,
	Object sourceTool,
	string sourcePath,
	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.
sourceTool
Type: System Object
The vision tool that has the result that needs to be put into the result packet.
sourcePath
Type: System String
The full path to the property or method that should be stored into the 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.
Remarks

Examples

See Also