CogStringCollection SetKey Method Cognex VisionPro 9.25 SR1
Sets the key of the item at the specified index.

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

public void SetKey(
	int index,
	string key
)

Parameters

index
Type: System Int32
The index of the item whose key will be set.
key
Type: System String
The key to set.
See Also