Adds the given item to the end of this collection, with the specified key.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- value
- Type: Cognex.Vision IGraphicParentChild
The item to be added.
Implements
ICollection T Add(T)Remarks
InsertingItem Raises before the item is inserted. InsertedItem Raises after the item is inserted. Changed Raises because this method changes the Count and Item properties. The following StateFlags may be affected:
- SfCount
- SfItem
See Also