CogImage16Range GetRoot Method Cognex VisionPro 9.22
Returns the range image root object that contains the underlying pixel and mask roots.

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

public void GetRoot(
	out CogImage16RangeRoot Root
)

Parameters

Root
Type: Cognex.VisionPro CogImage16RangeRoot 
The range image root.
See Also