CWBindings Property

Measurement Studio User Interface

CWBindings Property

Syntax

Set Object.CWBindings

Data Type

CWBindings

Applies To

CWButton

CWGraph

CWKnob

CWNumEdit

CWSlide

Purpose

Returns a collection of CWBinding objects.

Example

'Set the URL on the first CWBinding object
CWGraph1.CWBindings(1).URL = "opc:/National Instruments.OPCDemo/sine"