CogSearchMaxResult ID Property Cognex VisionPro 9.5
Gets a unique ID used to identify this result. This ID also corresponds to the index of this result in the CogSearchMaxResults to which this result belongs.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax

public int ID { get; }

Property Value

Type: Int32
A unique ID used to identify this result.
See Also