Removes the specified fielding definition from this collection.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Parameters
- value
- Type: Cognex.VisionPro.OCRMax CogOCRMaxFieldingDefinition
The fielding definition to remove from this collection.
Events
| Event Type | Reason |
|---|---|
| ICogCollectionEvents RemovingItem | Occurs before the value is removed. |
| ICogCollectionEvents RemovedItem | Occurs after the value is removed. |
| ICogChangedEvent Changed | Fires because this method changes the Count property. |
See Also