Removes a reference point from the internal list.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the reference point to be deleted.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when the number of referenmce points changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the index is negative or >= the number of reference points. |
See Also