CogFindLineResults Item Property Cognex VisionPro 9.8
Gets the item at the specified index. In C#, this property is the indexer for the collection.

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

public virtual CogFindLineResult this[
	int index
] { get; }

Property Value

Type: CogFindLineResult
See Also