Delete the given point.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index (0-based) of the point to delete.
Events
| Event Type | Reason |
|---|---|
| CogFitLine Changed | Fires when this function is called. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
Delete the given point.
See Also