Image16Grey SetRoot Method Cognex VisionPro 9.22

Sets the root image object that contains the raw pixel data.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public void SetRoot(
	IImage16Root root
)

Parameters

root
Type: Cognex.Vision IImage16Root
The new root object to use. Can be NULL, which will disconnect this image from its existing root.
See Also