CogOCVMaxPattern TuneRegion Property Cognex VisionPro 9.5
Gets or sets the optional region that specifies which portion of the TuneImage is used during tuning. If this property is NULL, the entire TuneImage is used.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public ICogRegion TuneRegion { get; set; }

Property Value

Type: ICogRegion
The optional region that specifies which portion of the TuneImage is used during tuning.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also