CogImage16RangeRoot Constructor (ICogImage16Root, ICogImage8Root)Cognex VisionPro 9.8 SR1
Constructs a new instance of this class from the supplied parameters.

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

public CogImage16RangeRoot(
	ICogImage16Root PixelRoot,
	ICogImage8Root MaskRoot
)
Exceptions

ExceptionCondition
[System.ArgumentNullException] If PixelRoot is null.
See Also