CogVisionDataContainer ContainsRangeImagesOnly Property Cognex VisionPro 9.8 SR1
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: 75.0.0.0
Syntax

public bool ContainsRangeImagesOnly { get; }

Property Value

Type: Boolean
See Also