Get or set the binding object with the given DestinationPath.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
public CogDataBinding this[
string destinationPath
] { get; }public CogDataBinding this[
string destinationPath
] { get; }Public ReadOnly Default Property Item (
destinationPath As String
) As CogDataBinding
Get
Public ReadOnly Default Property Item (
destinationPath As String
) As CogDataBinding
Get
public:
property CogDataBinding^ default[String^ destinationPath] {
CogDataBinding^ get (String^ destinationPath);
}public:
property CogDataBinding^ default[String^ destinationPath] {
CogDataBinding^ get (String^ destinationPath);
}Parameters
- destinationPath
- Type: System String
Destination path of binding object to access.
Property Value
Type:
CogDataBinding