Insert the given fielding definition at the specified index.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The position at which to insert the fielding definition.
- value
- Type: Cognex.VisionPro.OCRMax CogOCRMaxFieldingDefinition
The fielding definition to add to this collection.
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