Add a new CogVTLink object to the CogJob. A CogVTLink object represents either an input (an image) or output (results collection) to or from the CogJob.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- newLink
- Type: Cognex.VisionPro.QuickBuild.Implementation CogVTLink
A new CogVTLink object to add.
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
| ArgumentException | Thrown if a duplicate named CogVTLink object is added. |
Remarks
Examples
See Also