CogBeadInspectDefect EndCaliperIndex Property Cognex VisionPro 9.8
Get the index of the last caliper that comprises this defect.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 75.1.0.0
Syntax

public int EndCaliperIndex { get; }

Property Value

Type: Int32
The index of the last caliper in this defect.
Remarks

If you want to view result values for an individual caliper, please see the methods of the CogBeadInspectResult class.
See Also