Inserts the given item at the specified index.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 73.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro.Blob CogBlobMeasure
The item to be inserted.
- index
- Type: System Int32
The index at which to insert the item.
Events
| Event Type | Reason |
|---|---|
| ICogCollectionEvents InsertingItem | Occurs before the value is inserted. |
| ICogCollectionEvents InsertedItem | Occurs after the value is inserted. |
| ICogChangedEvent Changed | Fires because this method changes the Count and Item properties. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied index is not a valid index into this collection. |
See Also