ICogBoolList GetRangeList Method Cognex VisionPro 9.8 SR1
Gets an alternate, read-only representation of the entire boolean list. The returned representation is a list of inclusive boolean ranges. This representation is usually much more compact than the full list.

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

IReadOnlyList GetRangeList()

Return Value

Type: IReadOnlyList T 
The read-only representation of the boolean list as inclusive boolean ranges.
Remarks

The list of boolean ranges returned by this method represent the underlying list of booleans at the specific time this method was called. Changes to the boolean values of the underlying list will not be reflected in a previously obtained lists of ranges. This method must be called again to obtain an up-to-date representation of the list.

See Also