CogDataBindingsCollection Remove Method (CogDataBinding)Cognex VisionPro 9.8 SR1
If the collection contains the given binding, removes it and calls its Dispose method.

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

public void Remove(
	CogDataBinding value
)

Parameters

value
Type: Cognex.VisionPro CogDataBinding
Item to remove from the collection. Item is disposed after it is removed.
See Also