CogStringCollection Insert Method (String, Int32)Cognex VisionPro 9.24
Inserts the given item at the specified index.

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

public void Insert(
	string value,
	int index
)

Parameters

value
Type: System String
The item to be inserted.
index
Type: System Int32
The index at which to insert the item.
See Also