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

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