Add an item to the end of this collection.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- value
- Type: Cognex.Vision.Implementation ToolPin
The item to add to the collection.
Implements
ICollection T Add(T)Remarks
InsertingItem Raises before the item is inserted. InsertedItem Raises after the item is inserted.
See Also