Get or set the CogJob's CogJobManager. Internal use only.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax
Property Value
Type: CogJobManagerGet or set the CogJobManager associated with this job. The job must be stopped before the manager can be set.
Exceptions
| Exception | Condition |
|---|---|
| CogJobNoManagerException | Thrown if the CogJob has no CogJobManager. |
| CogNotStoppedException | Thrown if the CogJob is not stopped and this property is being set. |
Remarks
Examples
See Also