Constructor
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
public CogVTLinkInputImage(
string linkName,
Object destinationTool,
string destinationPath
)
public CogVTLinkInputImage(
string linkName,
Object destinationTool,
string destinationPath
)
Public Sub New (
linkName As String,
destinationTool As Object,
destinationPath As String
)
Public Sub New (
linkName As String,
destinationTool As Object,
destinationPath As String
)
public:
CogVTLinkInputImage(
String^ linkName,
Object^ destinationTool,
String^ destinationPath
)
public:
CogVTLinkInputImage(
String^ linkName,
Object^ destinationTool,
String^ destinationPath
)
Parameters
- linkName
- Type: System String
Name of this link object. This is an arbitrary name.
- destinationTool
- Type: System Object
The vision tool or toolgroup object which will receive the input image.
- destinationPath
- Type: System String
The full path to the property on the vision tool that will receive input image.