Cog3DVect3Collection RemoveAt Method Cognex VisionPro 9.21
Remove the value at the specified index.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 83.0.0.0
Syntax

public virtual void RemoveAt(
	int index
)

Parameters

index
Type: System Int32
The zero based index at which the item is to be removed.

Implements

IList T  RemoveAt(Int32)
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied index is not valid.
See Also