CogOCVMaxParagraphIterator TuneParams Property Cognex VisionPro
Get or set the tune parameters for this paragraph.

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

public CogOCVMaxTuneParams TuneParams { get; set; }

Property Value

Type: CogOCVMaxTuneParams
This read/write property of type CogOCVMaxTuneParams may NOT be NULL.
Events

Event TypeReason
CogOCVMaxPattern ParagraphChangedFires when this property changes, provides more detailed information than the Changed event.
CogOCVMaxPatternChangedFires when this property changes.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this property to NULL.
InvalidOperationExceptionIf this paragraph iterator does not currently reference a valid paragraph.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also