Remove the specified entry from this dictionary.
Returns true if the specified entry is successfully removed.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- param
- Type: Cognex.VisionPro.DLRuntime ICogDLRuntimeParam
The ICogDLRuntimeParam to be removed.
Return Value
Type: BooleanImplements
ICollection T Remove(T)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the param argument is null. |
See Also