CogLineMaxResult ID Property Cognex VisionPro 9.8
Gets the unique ID used to identify this LineMax result.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.1.0.0
Syntax

public int ID { get; }

Property Value

Type: Int32
The zero-based ID.
Remarks

This ID also corresponds to the index of this result in the CogLineMaxResults.
See Also