CogOCVMaxRunParams SetArrangementFromPattern Method Cognex VisionPro 9.7
Copies the arrangement from the specified pattern into this run parameters object.

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

public void SetArrangementFromPattern(
	CogOCVMaxPattern pPattern
)
Events

Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied argument is NULL.
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
Remarks

Use this method early inthe process of setting up the run parameters. Any character-, line-, or paragraph-specific property that cannot be copied from the pattern (such as the per-paragraph confidence and confusion threshold values) will be set to default values.
See Also