CogJob Name Property Cognex VisionPro 9.8
Gets or sets the name of the CogJob.

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 string Name { get; set; }

Property Value

Type: String
The name of the CogJob
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
ArgumentExceptionThrown if the CogJob has a manager and the name is not unique.
Remarks

The name of the CogJob must be unique once the CogJob is added to a CogJobManager.

Examples

See Also