CogFindCircleResult ID Property Cognex VisionPro
A unique ID used to identify this CogFindCircleResult. This ID also corresponds to the index of this result in the CogFindCircleResults collection to which this result belongs.

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

public int ID { get; }

Property Value

Type: Int32
Remarks

A unique ID used to identify this result. This ID also corresponds to the index of this result in the CogFindCircleResults collection to which this result belongs.

See Also