CogCaliperResults Item Property Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

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

Parameters

index
Type: System Int32
The index of the item to get.

Property Value

Type: CogCaliperResult
See Also