CogDLRuntimeParams Remove Method (String)Cognex VisionPro 9.24
Remove the specified entry from this dictionary. Returns true if the specified entry is successfully removed.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public bool Remove(
	string toolName
)

Parameters

toolName
Type: System String
The ToolName specifying the ICogDLRuntimeParam to be removed.

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ArgumentNullException If the toolName argument is null or empty.
See Also