ValuePairIndex Property

Measurement Studio User Interface

ValuePairIndex Property

Syntax

Object.ValuePairIndex

Data Type

Long

Applies To

CWKnob

CWSlide

Purpose

Specifies the index of the value pair selected by the active pointer.

Remarks

This property is used only when the control is in ValuePairs Only mode.

When the control is in ValuePairs Only, a pointer can only have a value that is predefined by a value pair.

Example

'Select the second value pair
CWSlide1.ValuePairIndex = 2

See Also

ActivePointer

Value

CWPointer.ValuePairIndex

CWValuePairs