CogDataBindingsCollection Contains Method (String)Cognex VisionPro 9.5
Determines whether a CogDataBinding with the given DestinationPath is in the CogDataBindingsCollection.

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

public bool Contains(
	string destinationPath
)

Parameters

destinationPath
Type: System String
The value of the DestinationPath property of the item to locate.

Return Value

Type: Boolean
True if item corresponding to destinationPath is found in the CogDataBindingsCollection; otherwise, false.
See Also