CogDataBinding Constructor (Object, String, Object, String)Cognex VisionPro 9.8 SR1
Constructs a new instance of the CogDataBinding class.

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

public CogDataBinding(
	Object destination,
	string destinationPath,
	Object source,
	string sourcePath
)

Parameters

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