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.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
Syntax
Return Value
Type: IReadOnlyList TThe 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