CogImage16RangeRoot Constructor (CogImage16RangeRoot)Cognex VisionPro 9.20
Constructs a new instance of this class as a deep copy of the given instance.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 80.0.0.0
Syntax

public CogImage16RangeRoot(
	CogImage16RangeRoot Other
)

Parameters

Other
Type: Cognex.VisionPro CogImage16RangeRoot
The CogImage16Root object to be copied. May not be null.
Exceptions

ExceptionCondition
[System.ArgumentNullException] If the input argument is null.
See Also