CogDataBindingsCollection Constructor (Object, CogDataBindingsCollection, Boolean)Cognex VisionPro
Constructs a new copy of the CogDataBindingsCollection class.

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

public CogDataBindingsCollection(
	Object parent,
	CogDataBindingsCollection other,
	bool historicalMode
)

Parameters

parent
Type: System Object
The parent object that owns the new collection.
other
Type: Cognex.VisionPro CogDataBindingsCollection
The existing CogDataBindingsCollection to copy.
historicalMode
Type: System Boolean
Option to use the old broken mode for possible backward compatibility issues. In historical mode the databindings do not set their destination to the supplied parent argument.
See Also