CogCADToRangeResult Constructor (CogCADToRangeResult)Cognex VisionPro 9.5
Constructs a deep copy of the supplied CogCADToRangeResult object.

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

public CogCADToRangeResult(
	CogCADToRangeResult other
)
Exceptions

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