Insert the supplied item at the specified index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 80.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero based index at which the item is to be inserted.
- value
- Type: Cognex.VisionPro3D Cog3DVect2
The Cog3DVect2 value to be inserted at the specified index.
Implements
IList T Insert(Int32, T)Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied index is not valid. |
See Also