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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.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