CogOCVMaxRunParams SetArrangementFromPattern Method Cognex VisionPro
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: 65.1.0.0
Syntax

public void SetArrangementFromPattern(
	CogOCVMaxPattern pPattern
)
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
ArgumentNullExceptionIf the supplied argument is NULL.
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