Retrieve a references to the CogJob from the JobManager by name.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- name
- Type: System String
Name 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