Image8Grey SetRoot Method Cognex VisionPro 9.20

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.10.0.0
Syntax

public void SetRoot(
	IImage8Root root
)

Parameters

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