CogOCVMaxPattern GetTunedRunParams Method Cognex VisionPro 9.8
Gets the tuned run parameters.

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

public CogOCVMaxRunParams GetTunedRunParams()

Return Value

Type: CogOCVMaxRunParams
The run parameters generated by the most recent call to Tune. May be NULL.
Remarks

The run parameters are the ones generated by the most recent call to Tune . If Tune  has not been called, this method may return NULL.

See Also