CogJob VisionToolLinkAdd Method Cognex VisionPro 9.23
Add a new CogVTLink object to the CogJob. A CogVTLink object represents either an input (an image) or output (results collection) to or from the CogJob.

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

public void VisionToolLinkAdd(
	CogVTLink newLink
)
Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
ArgumentExceptionThrown if a duplicate named CogVTLink object is added.
Remarks

Examples

See Also