CogOCRMaxTuneData GetTuneRecord Method Cognex VisionPro
Returns a copy of the Tune Record at the specified index.

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

public CogOCRMaxTuneRecord GetTuneRecord(
	int index
)

Parameters

index
Type: System Int32
The index of the Tune Record to return.

Return Value

Type: CogOCRMaxTuneRecord
Exceptions

ExceptionCondition
IndexOutOfRangeException
  • Thrown if index is outside the valid range of Tune Records.
See Also