CogReadOnlyBoolRange LastIndex Property Cognex VisionPro 9.7
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: 73.0.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