Gets or sets the inspection region of the input image.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.1.0.0
public ICogRegion Region { get; set; }public ICogRegion Region { get; set; }Public Property Region As ICogRegion
Get
Set
Public Property Region As ICogRegion
Get
Set
public:
property ICogRegion^ Region {
ICogRegion^ get ();
void set (ICogRegion^ value);
}public:
property ICogRegion^ Region {
ICogRegion^ get ();
void set (ICogRegion^ value);
}Property Value
Type:
ICogRegion
The inspection region.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed |
Fires when the value of this property changes.
The following state flags may be affected:
|
If the Region value is null then the entire
InputImage
is processed, subject to the mask properties.