CogJob VisionToolLink Method (Int32)Cognex VisionPro 9.8
Returns the stored CogVTLink object using a integer index.

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

public CogVTLink VisionToolLink(
	int index
)

Parameters

index
Type: System Int32
The index of the CogVTLink object that this method should return.

Return Value

Type: CogVTLink
A reference to the CogVTLink object at the index position.
Remarks

Examples

See Also