CogDataBinding FindDataBindings Method Cognex VisionPro 9.8 SR1
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.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public static CogDataBinding[] FindDataBindings(
	Object sourceObject
)

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:  CogDataBinding 
Array of data bindings, each of which uses (possibly implicitly) sourceObject as its source object.
See Also