CogJobManager Job Method (Int32)Cognex VisionPro 9.8
Retrieve a references to the CogJob from the JobManager by name index.

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

public CogJob Job(
	int index
)

Parameters

index
Type: System Int32
Index 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