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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.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