Gets an array of all data bindings bound to a property of the supplied
object. Data bindings having complex paths in which any portion
reference the source object, are also included in the array.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- sourceObject
- Type: System Object
Find all databindings for whom this object is the source object. Note: only supported for arguments implementing ICogChangedEvent.
Return Value
Type: CogDataBindingArray of data bindings, each of which uses (possibly implicitly) sourceObject as its source object.
See Also