Cog3DVect3Collection Insert Method Cognex VisionPro 9.23
Insert the supplied item at the specified index.

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

public virtual void Insert(
	int index,
	Cog3DVect3 value
)

Parameters

index
Type: System Int32
The zero based index at which the item is to be inserted.
value
Type: Cognex.VisionPro3D Cog3DVect3
The Cog3DVect3 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