Adds the given item to the end of this collection.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 75.1.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro.Blob CogBlobMeasure
The item to be added.
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. |
See Also