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

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

public void Add(
	string value
)

Parameters

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