CogDataBinding BindTo Method Cognex VisionPro 9.22
Redirects the binding to a new source and path.

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

public void BindTo(
	Object source,
	string sourcePath
)

Parameters

source
Type: System Object
The source object.
sourcePath
Type: System String
The property name or dotted path to the source property.
See Also