Gets of sets the selected pattern. It is used by CreateCurrentRecord() to create the PatternTrainImage record. It is used by the edit control to specify the pattern selected in the grid.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The default value is -1 (non selected).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfSelectedIndex state flag may be affected. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than -1 or greater than the items in the collection. |
See Also