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
- toolName
- Type: System String
The ToolName specifying the ICogDLRuntimeParam to be removed.
Return Value
Type: BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the toolName argument is null or empty. |
See Also