CogCNLSearchResult ID Property Cognex VisionPro
A unique ID used to identify this CNLSearch result. This ID also corresponds to the index of this result in the CogCNLSearchResults to which this result belongs.

Namespace: Cognex.VisionPro.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax

public int ID { get; }

Property Value

Type: Int32
Remarks

A unique ID used to identify this CNLSearch result. This ID also corresponds to the index of this result in the CogCNLSearchResults object to which this result belongs.

See Also