Get or set the index of the segment to be highlighted. If set to -1, no segment highlighting will occur.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The index of the segment 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