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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.1.0.0 (87.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