CogStringCollection IndexOfKey Method Cognex VisionPro 9.22 SR1
Gets the index of the item with the specified key. If the key cannot be found -1 is returned.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax

public int IndexOfKey(
	string key
)

Return Value

Type: Int32
See Also