CogDLRuntimeParams Remove Method (ICogDLRuntimeParam)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(
	ICogDLRuntimeParam param
)

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
Exceptions

ExceptionCondition
ArgumentNullException If the param argument is null.
See Also