CogStringCollection RemoveAt Method Cognex VisionPro 9.24
Removes the 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 RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The index of the item to remove.
See Also