CogJob HasManager Property Cognex VisionPro 9.7
Read-only property to check if the CogJob has a CogJobManager. Internal use only.

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 bool HasManager { get; }

Property Value

Type: Boolean
True if the CogJob has a CogJobManager, else false.
See Also