CogJob VisionToolLinkRemove Method (String)Cognex VisionPro 9.22
Remove a CogVTLink object by its link name.

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

public void VisionToolLinkRemove(
	string linkName
)

Parameters

linkName
Type: System String
The name of the CogVTLink object to remove.
Exceptions

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