CogCADToRange Constructor (CogCADToRange)Cognex VisionPro 9.7
Constructs a deep copy of the supplied CogCADToRange object.

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

public CogCADToRange(
	CogCADToRange other
)
Exceptions

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