CogVisionDataContainer ContainsRangeImagesOnly Property Cognex VisionPro
Returns true if:
  • The collection contains at least one element that is a CogImage16Range, and
  • The collection contains no elements that are not a CogImage16Range.
Otherwise, returns false.

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

public bool ContainsRangeImagesOnly { get; }

Property Value

Type: Boolean
See Also