CogJob Constructor (Boolean)Cognex VisionPro 9.7
CogJob constructor that also creates an empty CogToolGroup. The newly created CogJob can then be used with the CogJob edit control.

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 CogJob(
	bool withToolGroup
)

Parameters

withToolGroup
Type: System Boolean
If you specify true for this boolean, then the CogJob will include a CogToolGroup.
Remarks

Examples

See Also