Returns the stored CogVTLink object using a link name and its type.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Parameters
- linkName
- Type: System String
The link name of the wanted CogVTLink object.
- destination
- Type: Cognex.VisionPro.QuickBuild CogDestinationQueueConstants
The destination of the link
Return Value
Type: CogVTLinkA reference of the requested CogVTLink object.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the specified CogVTLink object was not found. |
Remarks
Examples
See Also