CogVisionDataContainer RemoveAt Method Cognex VisionPro 9.22 SR1
Removes the key value pair at the specified index.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.1.0.0
Syntax

public virtual void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the key value pair to remove.

Implements

IList T  RemoveAt(Int32)
Exceptions

ExceptionCondition
[System.ArgumentOutOfRangeException] If index is less than zero or index is greater than or equal to Count.
See Also