CogSmartLineMaxResult Constructor (CogSmartLineMaxResult)Cognex VisionPro 9.23
Construct a deep copy of the supplied CogSmartLineMaxResult object.

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

public CogSmartLineMaxResult(
	CogSmartLineMaxResult other
)

Parameters

other
Type: Cognex.VisionPro.SmartLine CogSmartLineMaxResult
The CogSmartLineMaxResult object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also