Get or set the index of the vertex to be highlighted. If set to -1, no vertex highlighting will occur.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Int32The index of the vertex to be highlighted.
Implements
ICogGraphicHighlight HighlightIndexEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If you attempt to set HighlightIndex to a value less than -1. |
See Also