CogTrevistaResult Constructor (CogTrevistaResult)Cognex VisionPro 9.22 SR1
Construct a deep copy of the supplied CogTrevistaResult object.

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

public CogTrevistaResult(
	CogTrevistaResult other
)

Parameters

other
Type: Cognex.VisionPro.Trevista CogTrevistaResult
The CogTrevistaResult object to be copied. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also