CogJobManager Job Method (String)Cognex VisionPro 9.10
Retrieve a references to the CogJob from the JobManager by name.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public CogJob Job(
	string name
)

Parameters

name
Type: System String
Name of the CogJob to retrieve from the CogJobManager.

Return Value

Type: CogJob
A references to the requested CogJob.
Exceptions

ExceptionCondition
ArgumentExceptionThrown if the specified CogJob was not found.
Remarks

Examples

See Also