CogVisionDataContainer PairIndexer Property Cognex VisionPro 9.8
Gets or sets the key value pair at the specified index. The key is a string and the value is an ICogVisionData reference.

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

public virtual KeyValuePair<string, ICogVisionData> this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
The zero-based index of the key value pair to get.

Return Value

Type: KeyValuePair String, ICogVisionData 
The key value pair at the specified index.

Implements

IList T  Item Int32 
Exceptions

ExceptionCondition
[System.ArgumentOutOfRangeException] If index is less than zero, or not less than Count.
See Also