Cog3DScalarCollection Insert Method Cognex VisionPro
Insert the supplied item at the specified index.

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

public virtual void Insert(
	int index,
	double value
)

Parameters

index
Type: System Int32
The zero based index at which the item is to be inserted.
value
Type: System Double
The double value to be inserted at the specified index.

Implements

IList T  Insert(Int32, T)
Exceptions

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