CogJob VisionToolLinkRemove Method (CogVTLink)Cognex VisionPro
Remove a CogVTLink object by its reference.

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 void VisionToolLinkRemove(
	CogVTLink removeLink
)
Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
ArgumentExceptionThrown if the specified CogVTLink object was not found.
See Also