CogBeadInspectDefect StartCaliperIndex Property Cognex VisionPro 9.8 SR1
Get the index of the first caliper that comprises this defect.

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

public int StartCaliperIndex { get; }

Property Value

Type: Int32
The index of the first 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