Add an item to the end of this collection.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- index
- Type: System Int32
- value
- Type: Cognex.Vision IGraphicParentChild
The item to add to the collection.
- key
- Type: System String
Remarks
InsertingItem Raises before the item is inserted. InsertedItem Raises after the item is inserted.
See Also