CogDataBindingsCollection Item Property (String)Cognex VisionPro 9.5
Get or set the binding object with the given DestinationPath.

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

public CogDataBinding this[
	string destinationPath
] { get; }

Parameters

destinationPath
Type: System String
Destination path of binding object to access.

Property Value

Type: CogDataBinding
See Also