CogDataBindingsCollection Add Method Cognex VisionPro 9.8 SR1
Binds the specified input from the specified property of the source object.

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

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

Parameters

destinationPath
Type: System String
The property name or dotted path to the input property to bind.
source
Type: System Object
The object that provides the source property.
sourcePath
Type: System String
The property name or dotted path to the source property.

Return Value

Type: CogDataBinding
The newly-created CogDataBinding.
See Also