Polygon HighlightIndex Property Cognex VisionPro 9.25 SR1
Get

Get the index of the feature to be highlighted. If set to -1, no highlighting will occur.

Set

Sets HighlightIndex.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public int HighlightIndex { get; set; }

Return Value

Type: Int32

The index of the feature to be highlighted.

Implements

IGraphicHighlight HighlightIndex
Exceptions

ExceptionCondition
ArgumentExceptionIf you attempt to set HighlightIndex to a value less than -1.
Remarks

Changed Raised when the value of this property changes.

Remarks

Changed Raised when the value of this property changes.

  • SfHighlightIndex

See Also