CogRLEBuffer Binary Property Cognex VisionPro 9.8
Set to true, if this object contains only data with values 0 and 255.

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

public bool Binary { get; }

Property Value

Type: Boolean
Exceptions

ExceptionCondition
CogRLEBufferNotInitializedException

The RLE buffer is not initialized.

Remarks

Returns True if this object contains only data with values 0 and 255.

See Also