CogReadOnlyBoolRange FirstIndex Property Cognex VisionPro 9.7
Gets the starting 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 FirstIndex { get; }

Property Value

Type: Int32
The first index of the range. Will always be greater than or equal to zero and less than or equal to LastIndex.
See Also