CogJob VisionToolLink Method (String)Cognex VisionPro 9.8 SR1
Returns the stored CogVTLink object using a link name.

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 CogVTLink VisionToolLink(
	string linkName
)

Parameters

linkName
Type: System String
The link name of the wanted CogVTLink object.

Return Value

Type: CogVTLink
A reference of the requested CogVTLink object.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the specified CogVTLink object was not found.
Remarks

Examples

See Also