CogStringCollection Add Method (String, String)Cognex VisionPro 9.24
Adds the given item to the end of this collection, with the specified key.

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

public void Add(
	string value,
	string key
)

Parameters

value
Type: System String
The item to be added.
key
Type: System String
The key of the added item.
See Also