CogDLRuntimeParams Remove Method (String)Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.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