CogDataBindingsCollection Item Property (Int32)Cognex VisionPro 9.5
Get or set the binding object at the given index.

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

public CogDataBinding this[
	int index
] { get; set; }

Property Value

Type: CogDataBinding
See Also