GraphicChildren SetKey Method Cognex VisionPro 9.10

Sets the key of the item at the specified index.

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

public void SetKey(
	int index,
	string key
)
Remarks

The supplied key must be unique, except if it is an empty string. Multiple empty-string-keyed entries are allowed.

See Also