CogStatisticsSimple Constructor (CogStatisticsSimple)Cognex VisionPro 9.22 SR1
Copy constructs a CogStatisticsSimple object. This is a deep copy.

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

public CogStatisticsSimple(
	CogStatisticsSimple other
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also