Returns a CogPointMarker that
describes the center of the caliper at the given index.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 93.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the caliper along the trained path.
Return Value
Type: CogPointMarkerA CogPointMarker that represents the center of the indexed caliper.
Exceptions
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The given index is less than zero, or too large to index the trained calipers of this train result. |
Remarks
See Also