Retrieve a references to the CogJob from the JobManager by name index.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Parameters
- index
- Type: System Int32
Index of the CogJob to retrieve from the CogJobManager.
Return Value
Type: CogJobA references to the requested CogJob.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the specified CogJob was not found. |
Remarks
Examples
See Also