CogImage8Grey SetRoot Method Cognex VisionPro 9.22 SR1
Sets the root image object that contains the raw pixel data.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax

public void SetRoot(
	ICogImage8Root root
)
Remarks

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

It is legal to set root to NULL to disconnect the image from an existing root.

See Also