DictionaryOfStringCollectionPtr GetItemByKey Method Cognex VisionPro 9.23
Get the item at the specified index.

Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.24.0.0
Syntax

public abstract StringCollection GetItemByKey(
	string key
)

Return Value

Type: StringCollection
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is less than zero or index is greater than or equal to Count.
See Also