CogVisionDataContainer IsRangeGreyImagePair Property Cognex VisionPro 9.7
Returns true if this object is a Range/Grey image pair. Otherwise, returns false. A CogVisionDataContainer is a Range/Grey image pair if contains exactly one CogImage16Range and one CogImage16Grey, nothing else.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax

public bool IsRangeGreyImagePair { get; }

Property Value

Type: Boolean
See Also