Deletes the point at the given index from each point set. Points with higher indices are shifted to the next lower index, and NumPoints is decreased by one.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the point.
Events
| Event Type | Reason |
|---|---|
| CogNPointToNPoint Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
Deletes the point at the given index from each point set, shifts any points with higher indices to the next lower index, and decreases NumPoints by one.
See Also