Index Property (Read Only)

Measurement Studio User Interface

Index Property (Read Only)

Syntax

CWPointer.Index

Data Type

Long

Purpose

Specifies the index of the pointer in the CWPointers collection.

Example

'Display pointer 1's index - it will be 1
MsgBox CWSlide1.Pointers.Item(1).Index

See Also

CWPointers