GraphicChildren IndexOfKey Method Cognex VisionPro 9.21

Gets the index of the item with the specified key. If the key cannot be found -1 is returned.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public int IndexOfKey(
	string key
)

Return Value

Type: Int32
See Also