CogLineMaxTool Region Property Cognex VisionPro 9.8 SR1
Gets or sets the inspection region of the input image.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.0.0.0
Syntax

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
The inspection region.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flags may be affected:

Remarks

If the Region value is null then the entire InputImage is processed, subject to the mask properties.
See Also