Constructs a new instance of the CogDataBinding class.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
public CogDataBinding(
Object destination,
string destinationPath,
Object source,
string sourcePath
)
public CogDataBinding(
Object destination,
string destinationPath,
Object source,
string sourcePath
)
Public Sub New (
destination As Object,
destinationPath As String,
source As Object,
sourcePath As String
)
Public Sub New (
destination As Object,
destinationPath As String,
source As Object,
sourcePath As String
)
public:
CogDataBinding(
Object^ destination,
String^ destinationPath,
Object^ source,
String^ sourcePath
)
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.