CogVisionDataContainer ContainsRangeGreyImagePairsOnly Property Cognex VisionPro 9.5
Returns true only if this collection is non-empty and all of its contained elements are Range/Grey image pairs. Otherwise, returns false. An element is a Range/Grey image pair if it is itself a CogVisionDataContainer that contains exactly one CogImage16Range and one CogImage16Grey, nothing else.

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

public bool ContainsRangeGreyImagePairsOnly { get; }

Property Value

Type: Boolean
See Also