Append the supplied fielding definition to the end of the collection.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro.OCRMax CogOCRMaxFieldingDefinition
The fielding definition to add to this collection.
Return Value
Type: Int32The index of the newly added fieldind definition.
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 |
|---|---|
| ArgumentNullException | If the supplied argument is null. |
See Also