Removes the fielding definition with the specified alias.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- alias
- Type: System Char
The alias of the desired fielding definition.
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