LineMaxResultBase ID Property Cognex VisionPro 9.21 SR1

Gets the unique ID used to identify this LineMax result.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
Syntax

public abstract int ID { get; }

Return Value

Type: Int32

The zero-based ID.

Remarks

This ID also corresponds to the Item(int32_t index) of this result in the LineMaxResults.

See Also