CogReadOnlyBoolRange LastIndex Property Cognex VisionPro 9.22 SR1
Gets the ending index of the inclusive range represented by this CogReadOnlyBoolRange.

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

public int LastIndex { get; }

Property Value

Type: Int32
The last index of the range. Will always be greater than or equal to FirstIndex.
See Also