CogIPOneImagePixelMap SetPlane1Map Method Cognex VisionPro 9.20
Set the plane 1 pixel map array. When a 3 plane image is mapped, each pixel's plane 1 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: 80.0.0.0
Syntax

public void SetPlane1Map(
	byte[] value
)

Parameters

value
Type:  System Byte 
See Also