CogJobManager Name Property Cognex VisionPro 9.7
Get or set the name of the CogJobManager.

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

public string Name { get; set; }

Property Value

Type: String
The name (a string) of the CogJobManager.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped.
Remarks

Examples

See Also