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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.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.
See Also