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

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
Exceptions

ExceptionCondition
ArgumentNullException If the param argument is null.
See Also