CogIPOneImagePixelMap SetPlane2Map Method Cognex VisionPro
Set the plane 2 pixel map array. When a 3 plane image is mapped, each pixel's plane 2 value is used as an index into the array and is replaced by the returned value.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax

public void SetPlane2Map(
	byte[] value
)

Parameters

value
Type:  System Byte 
See Also