CogTrevista Constructor (CogTrevista)Cognex VisionPro 9.24
Constructs a deep copy of the supplied CogTrevista object.

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

public CogTrevista(
	CogTrevista other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
ObjectDisposedExceptionother has been disposed.
See Also